#033F85

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

Shades of Dark Cerulean #033F85

Tints of Dark Cerulean #033F85

Color information

#033F85 (or 0x033F85) is unknown color: approx Dark Cerulean. HEX triplet: 03, 3F and 85. RGB value is (3,63,133). Sum of RGB (Red+Green+Blue) = 3+63+133=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 133 (52.34% from 255 or 66.83% from 199); Max value from RGB is 133 - color contains mainly: blue. Hex color #033F85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033F85 is #FCC07A. Grayscale: #343434. Windows color (decimal): -16564347 or 8732419. OLE color: 8732419.

HSL color Cylindrical-coordinate representation of color #033F85: hue angle of 212.31º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033F85 is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB363133-
CMYK0.980.5300.48
HSL212.31º95.59%26.67%-
HSV(B)212.31º97.74%52.16%-
XYZ6.055.2722.89-
YUV53.04173.1292.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.51%
GREEN value IS 63 (25% from 255) = 31.66%
BLUE value IS 133 (52.34% from 255) = 66.83%
R=1.51%
G=31.66%
B=66.83%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3631330.980.5300.48212.3195.5926.67
Hex33F856235030d4601b
Octal3772051426506032414033
Binary11111111100001011100010110101011000011010100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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