Html Css Color HEX #034FAC Cobalt

📋 copy color: '#034FAC'

red 3 ◦ green 79 ◦ blue 172

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

Shades of Cobalt #034FAC

Tints of Cobalt #034FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.1%

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

R = 1.18%
G = 31.1%
B = 67.72%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#034FAC (or 0x034FAC) is known color: Cobalt. HEX triplet: 03, 4F and AC. RGB value is (3,79,172). Sum of RGB (Red+Green+Blue) = 3+79+172=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 172 (67.58% from 255 or 67.72% from 254); Max value from RGB is 172 - color contains mainly: blue. Hex color #034FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034FAC is #FCB053. Grayscale: #424242. Windows color (decimal): -16560212 or 11292419. OLE color: 11292419.

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

Color convert

RGB 3 79 172 -
CMYK 0.98 0.54 0 0.33
HSL 213.02º 0.97% 0.34% -
HSV(B) 213.02º 0.98% 0.67% -
XYZ 10.28 8.59 40.15 -
YUV 66.88 187.32 82.44 -
System Red Green Blue C M Y K H S L
Decimal 3 79 172 0.98 0.54 0 0.33 213.02 0.97 0.34
Hex 3 4F AC 62 36 0 21 D5 61 22
Octal 3 117 254 142 66 0 41 325 141 42
Binary 11 1001111 10101100 1100010 110110 0 100001 11010101 1100001 100010

Color Harmonies of #034FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034FAC

Black with #034FAC

Text Example


Text Example

White with #034FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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