Html Css Color HEX #033DAA Cobalt

📋 copy color: '#033DAA'

red 3 ◦ green 61 ◦ blue 170

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

Shades of Cobalt #033DAA

Tints of Cobalt #033DAA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.07%

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

R = 1.28%
G = 26.07%
B = 72.65%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#033DAA (or 0x033DAA) is known color: Cobalt. HEX triplet: 03, 3D and AA. RGB value is (3,61,170). Sum of RGB (Red+Green+Blue) = 3+61+170=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 61 (24.22% from 255 or 26.07% from 234); Blue value is 170 (66.80% from 255 or 72.65% from 234); Max value from RGB is 170 - color contains mainly: blue. Hex color #033DAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033DAA is #FCC255. Grayscale: #373737. Windows color (decimal): -16564822 or 11156739. OLE color: 11156739.

HSL color Cylindrical-coordinate representation of color #033DAA: hue angle of 219.16º 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 #033DAA is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 61 170 -
CMYK 0.98 0.64 0 0.33
HSL 219.16º 0.97% 0.34% -
HSV(B) 219.16º 0.98% 0.67% -
XYZ 8.96 6.26 38.77 -
YUV 56.08 192.28 90.14 -
System Red Green Blue C M Y K H S L
Decimal 3 61 170 0.98 0.64 0 0.33 219.16 0.97 0.34
Hex 3 3D AA 62 40 0 21 DB 61 22
Octal 3 75 252 142 100 0 41 333 141 42
Binary 11 111101 10101010 1100010 1000000 0 100001 11011011 1100001 100010

Color Harmonies of #033DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033DAA

Black with #033DAA

Text Example


Text Example

White with #033DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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