Html Css Color HEX #034A96 Cobalt

📋 copy color: '#034A96'

red 3 ◦ green 74 ◦ blue 150

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

Shades of Cobalt #034A96

Tints of Cobalt #034A96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 66.08%

R = 1.32%
G = 32.6%
B = 66.08%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#034A96 (or 0x034A96) is known color: Cobalt. HEX triplet: 03, 4A and 96. RGB value is (3,74,150). Sum of RGB (Red+Green+Blue) = 3+74+150=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 150 (58.98% from 255 or 66.08% from 227); Max value from RGB is 150 - color contains mainly: blue. Hex color #034A96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034A96 is #FCB569. Grayscale: #3D3D3D. Windows color (decimal): -16561514 or 9849347. OLE color: 9849347.

HSL color Cylindrical-coordinate representation of color #034A96: hue angle of 211.02º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034A96 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 3 74 150 -
CMYK 0.98 0.51 0 0.41
HSL 211.02º 0.96% 0.3% -
HSV(B) 211.02º 0.98% 0.59% -
XYZ 7.99 7.12 29.81 -
YUV 61.44 177.98 86.32 -
System Red Green Blue C M Y K H S L
Decimal 3 74 150 0.98 0.51 0 0.41 211.02 0.96 0.3
Hex 3 4A 96 62 33 0 29 D3 60 1E
Octal 3 112 226 142 63 0 51 323 140 36
Binary 11 1001010 10010110 1100010 110011 0 101001 11010011 1100000 11110

Color Harmonies of #034A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034A96

Black with #034A96

Text Example


Text Example

White with #034A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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