#033F7D

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

Shades of Dark Cerulean #033F7D

Tints of Dark Cerulean #033F7D

Color information

#033F7D (or 0x033F7D) is unknown color: approx Dark Cerulean. HEX triplet: 03, 3F and 7D. RGB value is (3,63,125). Sum of RGB (Red+Green+Blue) = 3+63+125=191 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.57% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 125 (49.22% from 255 or 65.45% from 191); Max value from RGB is 125 - color contains mainly: blue. Hex color #033F7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033F7D is #FCC082. Grayscale: #333333. Windows color (decimal): -16564355 or 8208131. OLE color: 8208131.

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

Color convert

RGB363125-
CMYK0.980.5000.51
HSL210.49º95.31%25.1%-
HSV(B)210.49º97.6%49.02%-
XYZ5.525.0620.09-
YUV52.13169.1292.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.57%
GREEN value IS 63 (25% from 255) = 32.98%
BLUE value IS 125 (49.22% from 255) = 65.45%
R=1.57%
G=32.98%
B=65.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3631250.980.5000.51210.4995.3125.1
Hex33F7D6232033d25f19
Octal3771751426206332213731
Binary1111111111111011100010110010011001111010010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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