Html Css Color HEX #034AAA Cobalt

📋 copy color: '#034AAA'

red 3 ◦ green 74 ◦ blue 170

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

Shades of Cobalt #034AAA

Tints of Cobalt #034AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.96%

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

R = 1.21%
G = 29.96%
B = 68.83%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#034AAA (or 0x034AAA) is known color: Cobalt. HEX triplet: 03, 4A and AA. RGB value is (3,74,170). Sum of RGB (Red+Green+Blue) = 3+74+170=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #034AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034AAA is #FCB555. Grayscale: #3F3F3F. Windows color (decimal): -16561494 or 11160067. OLE color: 11160067.

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

Color convert

RGB 3 74 170 -
CMYK 0.98 0.56 0 0.33
HSL 214.49º 0.97% 0.34% -
HSV(B) 214.49º 0.98% 0.67% -
XYZ 9.74 7.82 39.03 -
YUV 63.72 187.98 84.69 -
System Red Green Blue C M Y K H S L
Decimal 3 74 170 0.98 0.56 0 0.33 214.49 0.97 0.34
Hex 3 4A AA 62 38 0 21 D6 61 22
Octal 3 112 252 142 70 0 41 326 141 42
Binary 11 1001010 10101010 1100010 111000 0 100001 11010110 1100001 100010

Color Harmonies of #034AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034AAA

Black with #034AAA

Text Example


Text Example

White with #034AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034AAA; }

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

 H1.HeaderClassName
 {
   color: #034AAA;
 }
 .AnyTagClassName
 {
   color: #034AAA;
 }
</style>

background-color css

<style>
 a { background-color: #034AAA; }

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

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

border-color css

<style>
 span { border-color: #034AAA; }

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

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