#033F75

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

Shades of Dark Cerulean #033F75

Tints of Dark Cerulean #033F75

Color information

#033F75 (or 0x033F75) is unknown color: approx Dark Cerulean. HEX triplet: 03, 3F and 75. RGB value is (3,63,117). Sum of RGB (Red+Green+Blue) = 3+63+117=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 117 (46.09% from 255 or 63.93% from 183); Max value from RGB is 117 - color contains mainly: blue. Hex color #033F75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033F75 is #FCC08A. Grayscale: #323232. Windows color (decimal): -16564363 or 7683843. OLE color: 7683843.

HSL color Cylindrical-coordinate representation of color #033F75: hue angle of 208.42º 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 #033F75 is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB363117-
CMYK0.970.4600.54
HSL208.42º95%23.53%-
HSV(B)208.42º97.44%45.88%-
XYZ5.034.8617.5-
YUV51.22165.1293.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.64%
GREEN value IS 63 (25% from 255) = 34.43%
BLUE value IS 117 (46.09% from 255) = 63.93%
R=1.64%
G=34.43%
B=63.93%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3631170.970.4600.54208.429523.53
Hex33F75612E036d05f18
Octal3771651415606632013730
Binary1111111111101011100001101110011011011010000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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