#033E7F

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

Shades of Dark Cerulean #033E7F

Tints of Dark Cerulean #033E7F

Color information

#033E7F (or 0x033E7F) is unknown color: approx Dark Cerulean. HEX triplet: 03, 3E and 7F. RGB value is (3,62,127). Sum of RGB (Red+Green+Blue) = 3+62+127=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 127 (50% from 255 or 66.15% from 192); Max value from RGB is 127 - color contains mainly: blue. Hex color #033E7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033E7F is #FCC180. Grayscale: #333333. Windows color (decimal): -16564609 or 8338947. OLE color: 8338947.

HSL color Cylindrical-coordinate representation of color #033E7F: hue angle of 211.45º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033E7F is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB362127-
CMYK0.980.5100.50
HSL211.45º95.38%25.49%-
HSV(B)211.45º97.64%49.8%-
XYZ5.59520.75-
YUV51.77170.4593.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.56%
GREEN value IS 62 (24.61% from 255) = 32.29%
BLUE value IS 127 (50% from 255) = 66.15%
R=1.56%
G=32.29%
B=66.15%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3621270.980.5100.50211.4595.3825.49
Hex33E7F6233032d35f19
Octal3761771426306232313731
Binary1111111011111111100010110011011001011010011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033E7F; }

 p { color: rgb(3,62,127); }

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

<style>
 a { background-color: #033E7F; }

 a { background-color: rgb(3,62,127); }

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

<style>
 span { border-color: #033E7F; }

 span { border-color: rgb(3,62,127); }

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