#003E7C

Color #003E7C Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #003E7C

Tints of Dark Cerulean #003E7C

Color information

#003E7C (or 0x003E7C) is unknown color: approx Dark Cerulean. HEX triplet: 00, 3E and 7C. RGB value is (0,62,124). Sum of RGB (Red+Green+Blue) = 0+62+124=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 62 (24.61% from 255 or 33.33% from 186); Blue value is 124 (48.83% from 255 or 66.67% from 186); Max value from RGB is 124 - color contains mainly: blue. Hex color #003E7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003E7C is #FFC183. Grayscale: #323232. Windows color (decimal): -16761220 or 8142336. OLE color: 8142336.

HSL color Cylindrical-coordinate representation of color #003E7C: hue angle of 210º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003E7C is Cyan = 1, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB062124-
CMYK10.500.51
HSL210º100%24.31%-
HSV(B)210º100%48.63%-
XYZ5.364.919.73-
YUV50.53169.4691.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 62 (24.61% from 255) = 33.33%
BLUE value IS 124 (48.83% from 255) = 66.67%
R=0%
G=33.33%
B=66.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal06212410.500.5121010024.31
Hex03E7C6432033d26418
Octal0761741446206332214430
Binary011111011111001100100110010011001111010010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003E7C; }

 p { color: rgb(0,62,124); }

 H1.HeaderClassName
 {
   color: #003E7C;
 }
 .AnyTagClassName
 {
   color: #003E7C;
 }
</style>
background-color css

<style>
 a { background-color: #003E7C; }

 a { background-color: rgb(0,62,124); }

 div.DivClassName
 {
   background-color: #003E7C;
 }
 .BgClassName
 {
   background-color: #003E7C;
 }
</style>
border-color css

<style>
 span { border-color: #003E7C; }

 span { border-color: rgb(0,62,124); }

 td.TdClassName
 {
   border-color: #003E7C;
 }
 .TagClassName
 {
   border-color: #003E7C;
 }
</style>