#033E75

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

Shades of Dark Cerulean #033E75

Tints of Dark Cerulean #033E75

Color information

#033E75 (or 0x033E75) is unknown color: approx Dark Cerulean. HEX triplet: 03, 3E and 75. RGB value is (3,62,117). Sum of RGB (Red+Green+Blue) = 3+62+117=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 62 (24.61% from 255 or 34.07% from 182); Blue value is 117 (46.09% from 255 or 64.29% from 182); Max value from RGB is 117 - color contains mainly: blue. Hex color #033E75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033E75 is #FCC18A. Grayscale: #323232. Windows color (decimal): -16564619 or 7683587. OLE color: 7683587.

HSL color Cylindrical-coordinate representation of color #033E75: hue angle of 208.95º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033E75 is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB362117-
CMYK0.970.4700.54
HSL208.95º95%23.53%-
HSV(B)208.95º97.44%45.88%-
XYZ4.974.7517.48-
YUV50.63165.4594.03-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.65%
GREEN value IS 62 (24.61% from 255) = 34.07%
BLUE value IS 117 (46.09% from 255) = 64.29%
R=1.65%
G=34.07%
B=64.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3621170.970.4700.54208.959523.53
Hex33E75612F036d15f18
Octal3761651415706632113730
Binary1111111011101011100001101111011011011010001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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