Html Css Color HEX #033F85 Dark Cerulean

📋 copy color: '#033F85'

red 3 ◦ green 63 ◦ blue 133

#033F85
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #033F85

Tints of Dark Cerulean #033F85

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 value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#033F85 (or 0x033F85) is known color: 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

RGB 3 63 133 -
CMYK 0.98 0.53 0 0.48
HSL 212.31º 0.96% 0.27% -
HSV(B) 212.31º 0.98% 0.52% -
XYZ 6.05 5.27 22.89 -
YUV 53.04 173.12 92.31 -
System Red Green Blue C M Y K H S L
Decimal 3 63 133 0.98 0.53 0 0.48 212.31 0.96 0.27
Hex 3 3F 85 62 35 0 30 D4 60 1B
Octal 3 77 205 142 65 0 60 324 140 33
Binary 11 111111 10000101 1100010 110101 0 110000 11010100 1100000 11011

Color Harmonies of #033F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033F85

Black with #033F85

Text Example


Text Example

White with #033F85

Text Example


Text Example

HTML Codes & Css Web 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>