Html Css Color HEX #033CAA Cobalt

📋 copy color: '#033CAA'

red 3 ◦ green 60 ◦ blue 170

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

Shades of Cobalt #033CAA

Tints of Cobalt #033CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 72.96%

R = 1.29%
G = 25.75%
B = 72.96%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#033CAA (or 0x033CAA) is known color: Cobalt. HEX triplet: 03, 3C and AA. RGB value is (3,60,170). Sum of RGB (Red+Green+Blue) = 3+60+170=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 170 (66.80% from 255 or 72.96% from 233); Max value from RGB is 170 - color contains mainly: blue. Hex color #033CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033CAA is #FCC355. Grayscale: #373737. Windows color (decimal): -16565078 or 11156483. OLE color: 11156483.

HSL color Cylindrical-coordinate representation of color #033CAA: hue angle of 219.52º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033CAA is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 60 170 -
CMYK 0.98 0.65 0 0.33
HSL 219.52º 0.97% 0.34% -
HSV(B) 219.52º 0.98% 0.67% -
XYZ 8.91 6.15 38.75 -
YUV 55.5 192.62 90.56 -
System Red Green Blue C M Y K H S L
Decimal 3 60 170 0.98 0.65 0 0.33 219.52 0.97 0.34
Hex 3 3C AA 62 41 0 21 DC 61 22
Octal 3 74 252 142 101 0 41 334 141 42
Binary 11 111100 10101010 1100010 1000001 0 100001 11011100 1100001 100010

Color Harmonies of #033CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033CAA

Black with #033CAA

Text Example


Text Example

White with #033CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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