Html Css Color HEX #034AAC Cobalt

📋 copy color: '#034AAC'

red 3 ◦ green 74 ◦ blue 172

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

Shades of Cobalt #034AAC

Tints of Cobalt #034AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 69.08%

R = 1.2%
G = 29.72%
B = 69.08%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#034AAC (or 0x034AAC) is known color: Cobalt. HEX triplet: 03, 4A and AC. RGB value is (3,74,172). Sum of RGB (Red+Green+Blue) = 3+74+172=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 172 (67.58% from 255 or 69.08% from 249); Max value from RGB is 172 - color contains mainly: blue. Hex color #034AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034AAC is #FCB553. Grayscale: #3F3F3F. Windows color (decimal): -16561492 or 11291139. OLE color: 11291139.

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

Color convert

RGB 3 74 172 -
CMYK 0.98 0.57 0 0.33
HSL 214.79º 0.97% 0.34% -
HSV(B) 214.79º 0.98% 0.67% -
XYZ 9.93 7.9 40.03 -
YUV 63.94 188.98 84.53 -
System Red Green Blue C M Y K H S L
Decimal 3 74 172 0.98 0.57 0 0.33 214.79 0.97 0.34
Hex 3 4A AC 62 39 0 21 D7 61 22
Octal 3 112 254 142 71 0 41 327 141 42
Binary 11 1001010 10101100 1100010 111001 0 100001 11010111 1100001 100010

Color Harmonies of #034AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034AAC

Black with #034AAC

Text Example


Text Example

White with #034AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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