Html Css Color HEX #034BA0 Cobalt

📋 copy color: '#034BA0'

red 3 ◦ green 75 ◦ blue 160

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

Shades of Cobalt #034BA0

Tints of Cobalt #034BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 67.23%

R = 1.26%
G = 31.51%
B = 67.23%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#034BA0 (or 0x034BA0) is known color: Cobalt. HEX triplet: 03, 4B and A0. RGB value is (3,75,160). Sum of RGB (Red+Green+Blue) = 3+75+160=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 75 (29.69% from 255 or 31.51% from 238); Blue value is 160 (62.89% from 255 or 67.23% from 238); Max value from RGB is 160 - color contains mainly: blue. Hex color #034BA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034BA0 is #FCB45F. Grayscale: #3E3E3E. Windows color (decimal): -16561248 or 10504963. OLE color: 10504963.

HSL color Cylindrical-coordinate representation of color #034BA0: hue angle of 212.48º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034BA0 is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 3 75 160 -
CMYK 0.98 0.53 0 0.37
HSL 212.48º 0.96% 0.32% -
HSV(B) 212.48º 0.98% 0.63% -
XYZ 8.9 7.59 34.25 -
YUV 63.16 182.65 85.09 -
System Red Green Blue C M Y K H S L
Decimal 3 75 160 0.98 0.53 0 0.37 212.48 0.96 0.32
Hex 3 4B A0 62 35 0 25 D4 60 20
Octal 3 113 240 142 65 0 45 324 140 40
Binary 11 1001011 10100000 1100010 110101 0 100101 11010100 1100000 100000

Color Harmonies of #034BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034BA0

Black with #034BA0

Text Example


Text Example

White with #034BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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