Color Hex Logo

#1c3384 Color Hex

#1C3384
(28,51,132)
0 Favorites   0 Comments

Color spaces of #1c3384

RGB 2851132
HSL0.630.650.31
HSV227°79°52°
CMYK 0.790.610.00   0.48
XYZ5.82764.280522.3489
Yxy4.28050.17950.1319
Hunter Lab20.689414.0719-49.5632
CIE-Lab24.577922.2560-48.0146

#1c3384 color RGB value is (28,51,132).

#1c3384 hex color red value is 28, green value is 51 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #1c3384 hue: 0.63 , saturation: 0.65 and the lightness value of 1c3384 is 0.31.

The process color (four color CMYK) of #1c3384 color hex is 0.79, 0.61, 0.00, 0.48. Web safe color of #1c3384 is #333399. Color #1c3384 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 00110011 10000100
Octal 34 63 204
Decimal 28 51 132
Hex 1C 33 84

RGB Percentages of Color #1c3384

%13.27
%24.17
%62.56

CMYK Percentages of Color #1c3384

%79
%61
%0
%48

Triadic Colors of #1c3384

#1c3384 #841c33 #33841c

Analogous Colors of #1c3384

#1c3384 #391c84 #1c6784

Monochromatic Colors of #1c3384

#1c3384

Complementary Color

#1c3384 #846d1c

#1c3384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c3384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c3384 Color CSS Codes

.mybgcolor {background-color:#1c3384; } 
.myforecolor {color:#1c3384; }
.mybordercolor {border:3px solid #1c3384; }

#1c3384 Text Font Color

<p style="color:#1c3384">Text here</p>

This sample text font color is #1c3384
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#1c3384 Background Color

<div style="background-color:#1c3384">
Div content here</div>

This div background color is #1c3384


#1c3384 Border Color

<div style="border:3px solid #1c3384">
Div here</div>

This div border color is #1c3384


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(28,51,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1c3384; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1c3384;
  -webkit-box-shadow: 1px 1px 3px 2px #1c3384;
  box-shadow:         1px 1px 3px 2px #1c3384; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,51,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #1c3384">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #1c3384;
  -webkit-box-shadow: 1px 1px 3px 2px #1c3384;
  box-shadow:         1px 1px 3px 2px #1c3384;">
Div content here</div>

This div box has shadow with color #1c3384


Comments

No comments written yet.

Please login to write comment.