Html Css Color HEX #034BAB Cobalt

📋 copy color: '#034BAB'

red 3 ◦ green 75 ◦ blue 171

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

Shades of Cobalt #034BAB

Tints of Cobalt #034BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.12%

 BLUE value IS 171 (67.19% from 255) = 68.67%

R = 1.2%
G = 30.12%
B = 68.67%

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

#034BAB (or 0x034BAB) is known color: Cobalt. HEX triplet: 03, 4B and AB. RGB value is (3,75,171). Sum of RGB (Red+Green+Blue) = 3+75+171=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 75 (29.69% from 255 or 30.12% from 249); Blue value is 171 (67.19% from 255 or 68.67% from 249); Max value from RGB is 171 - color contains mainly: blue. Hex color #034BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034BAB is #FCB454. Grayscale: #3F3F3F. Windows color (decimal): -16561237 or 11225859. OLE color: 11225859.

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

Color convert

RGB 3 75 171 -
CMYK 0.98 0.56 0 0.33
HSL 214.29º 0.97% 0.34% -
HSV(B) 214.29º 0.98% 0.67% -
XYZ 9.9 7.99 39.55 -
YUV 64.42 188.15 84.19 -
System Red Green Blue C M Y K H S L
Decimal 3 75 171 0.98 0.56 0 0.33 214.29 0.97 0.34
Hex 3 4B AB 62 38 0 21 D6 61 22
Octal 3 113 253 142 70 0 41 326 141 42
Binary 11 1001011 10101011 1100010 111000 0 100001 11010110 1100001 100010

Color Harmonies of #034BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034BAB

Black with #034BAB

Text Example


Text Example

White with #034BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,75,171); }

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

background-color css

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

 a { background-color: rgb(3,75,171); }

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

border-color css

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

 span { border-color: rgb(3,75,171); }

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