Html Css Color HEX #033C84 Dark Cerulean

📋 copy color: '#033C84'

red 3 ◦ green 60 ◦ blue 132

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

Shades of Dark Cerulean #033C84

Tints of Dark Cerulean #033C84

RGB

 RED value IS 3 (1.56% from 255) = 1.54%

 GREEN value IS 60 (23.83% from 255) = 30.77%

 BLUE value IS 132 (51.95% from 255) = 67.69%

R = 1.54%
G = 30.77%
B = 67.69%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#033C84 (or 0x033C84) is known color: Dark Cerulean. HEX triplet: 03, 3C and 84. RGB value is (3,60,132). Sum of RGB (Red+Green+Blue) = 3+60+132=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 132 (51.95% from 255 or 67.69% from 195); Max value from RGB is 132 - color contains mainly: blue. Hex color #033C84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033C84 is #FCC37B. Grayscale: #323232. Windows color (decimal): -16565116 or 8666115. OLE color: 8666115.

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

Color convert

RGB 3 60 132 -
CMYK 0.98 0.55 0 0.48
HSL 213.49º 0.96% 0.26% -
HSV(B) 213.49º 0.98% 0.52% -
XYZ 5.82 4.92 22.47 -
YUV 51.17 173.62 93.65 -
System Red Green Blue C M Y K H S L
Decimal 3 60 132 0.98 0.55 0 0.48 213.49 0.96 0.26
Hex 3 3C 84 62 37 0 30 D5 60 1A
Octal 3 74 204 142 67 0 60 325 140 32
Binary 11 111100 10000100 1100010 110111 0 110000 11010101 1100000 11010

Color Harmonies of #033C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033C84

Black with #033C84

Text Example


Text Example

White with #033C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,60,132); }

 H1.HeaderClassName
 {
   color: #033C84;
 }
 .AnyTagClassName
 {
   color: #033C84;
 }
</style>

background-color css

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

 a { background-color: rgb(3,60,132); }

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

border-color css

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

 span { border-color: rgb(3,60,132); }

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