#033975

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

Shades of Dark Cerulean #033975

Tints of Dark Cerulean #033975

Color information

#033975 (or 0x033975) is unknown color: approx Dark Cerulean. HEX triplet: 03, 39 and 75. RGB value is (3,57,117). Sum of RGB (Red+Green+Blue) = 3+57+117=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 117 (46.09% from 255 or 66.10% from 177); Max value from RGB is 117 - color contains mainly: blue. Hex color #033975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033975 is #FCC68A. Grayscale: #2F2F2F. Windows color (decimal): -16565899 or 7682307. OLE color: 7682307.

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

Color convert

RGB357117-
CMYK0.970.5100.54
HSL211.58º95%23.53%-
HSV(B)211.58º97.44%45.88%-
XYZ4.714.2317.4-
YUV47.69167.1196.12-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.69%
GREEN value IS 57 (22.66% from 255) = 32.20%
BLUE value IS 117 (46.09% from 255) = 66.10%
R=1.69%
G=32.20%
B=66.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3571170.970.5100.54211.589523.53
Hex339756133036d45f18
Octal3711651416306632413730
Binary1111100111101011100001110011011011011010100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033975; }

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

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

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

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

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

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

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

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