Html Css Color HEX #034DAB Cobalt

📋 copy color: '#034DAB'

red 3 ◦ green 77 ◦ blue 171

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

Shades of Cobalt #034DAB

Tints of Cobalt #034DAB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.68%

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

R = 1.2%
G = 30.68%
B = 68.13%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#034DAB (or 0x034DAB) is known color: Cobalt. HEX triplet: 03, 4D and AB. RGB value is (3,77,171). Sum of RGB (Red+Green+Blue) = 3+77+171=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 171 (67.19% from 255 or 68.13% from 251); Max value from RGB is 171 - color contains mainly: blue. Hex color #034DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034DAB is #FCB254. Grayscale: #414141. Windows color (decimal): -16560725 or 11226371. OLE color: 11226371.

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

Color convert

RGB 3 77 171 -
CMYK 0.98 0.55 0 0.33
HSL 213.57º 0.97% 0.34% -
HSV(B) 213.57º 0.98% 0.67% -
XYZ 10.04 8.27 39.59 -
YUV 65.59 187.48 83.36 -
System Red Green Blue C M Y K H S L
Decimal 3 77 171 0.98 0.55 0 0.33 213.57 0.97 0.34
Hex 3 4D AB 62 37 0 21 D6 61 22
Octal 3 115 253 142 67 0 41 326 141 42
Binary 11 1001101 10101011 1100010 110111 0 100001 11010110 1100001 100010

Color Harmonies of #034DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034DAB

Black with #034DAB

Text Example


Text Example

White with #034DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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