Html Css Color HEX #033CA8 Cobalt

📋 copy color: '#033CA8'

red 3 ◦ green 60 ◦ blue 168

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

Shades of Cobalt #033CA8

Tints of Cobalt #033CA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 72.73%

R = 1.3%
G = 25.97%
B = 72.73%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#033CA8 (or 0x033CA8) is known color: Cobalt. HEX triplet: 03, 3C and A8. RGB value is (3,60,168). Sum of RGB (Red+Green+Blue) = 3+60+168=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 168 (66.02% from 255 or 72.73% from 231); Max value from RGB is 168 - color contains mainly: blue. Hex color #033CA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033CA8 is #FCC357. Grayscale: #363636. Windows color (decimal): -16565080 or 11025411. OLE color: 11025411.

HSL color Cylindrical-coordinate representation of color #033CA8: hue angle of 219.27º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033CA8 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 3 60 168 -
CMYK 0.98 0.64 0 0.34
HSL 219.27º 0.96% 0.34% -
HSV(B) 219.27º 0.98% 0.66% -
XYZ 8.72 6.08 37.76 -
YUV 55.27 191.62 90.72 -
System Red Green Blue C M Y K H S L
Decimal 3 60 168 0.98 0.64 0 0.34 219.27 0.96 0.34
Hex 3 3C A8 62 40 0 22 DB 60 22
Octal 3 74 250 142 100 0 42 333 140 42
Binary 11 111100 10101000 1100010 1000000 0 100010 11011011 1100000 100010

Color Harmonies of #033CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033CA8

Black with #033CA8

Text Example


Text Example

White with #033CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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