Html Css Color HEX #033CAE Cobalt

📋 copy color: '#033CAE'

red 3 ◦ green 60 ◦ blue 174

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

Shades of Cobalt #033CAE

Tints of Cobalt #033CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 73.42%

R = 1.27%
G = 25.32%
B = 73.42%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#033CAE (or 0x033CAE) is known color: Cobalt. HEX triplet: 03, 3C and AE. RGB value is (3,60,174). Sum of RGB (Red+Green+Blue) = 3+60+174=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 60 (23.83% from 255 or 25.32% from 237); Blue value is 174 (68.36% from 255 or 73.42% from 237); Max value from RGB is 174 - color contains mainly: blue. Hex color #033CAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033CAE is #FCC351. Grayscale: #373737. Windows color (decimal): -16565074 or 11418627. OLE color: 11418627.

HSL color Cylindrical-coordinate representation of color #033CAE: hue angle of 220º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033CAE is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 60 174 -
CMYK 0.98 0.66 0 0.32
HSL 220º 0.97% 0.35% -
HSV(B) 220º 0.98% 0.68% -
XYZ 9.29 6.31 40.77 -
YUV 55.95 194.62 90.23 -
System Red Green Blue C M Y K H S L
Decimal 3 60 174 0.98 0.66 0 0.32 220 0.97 0.35
Hex 3 3C AE 62 42 0 20 DC 61 23
Octal 3 74 256 142 102 0 40 334 141 43
Binary 11 111100 10101110 1100010 1000010 0 100000 11011100 1100001 100011

Color Harmonies of #033CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033CAE

Black with #033CAE

Text Example


Text Example

White with #033CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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