Html Css Color HEX #034A9D Cobalt

📋 copy color: '#034A9D'

red 3 ◦ green 74 ◦ blue 157

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

Shades of Cobalt #034A9D

Tints of Cobalt #034A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 67.09%

R = 1.28%
G = 31.62%
B = 67.09%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#034A9D (or 0x034A9D) is known color: Cobalt. HEX triplet: 03, 4A and 9D. RGB value is (3,74,157). Sum of RGB (Red+Green+Blue) = 3+74+157=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 157 (61.72% from 255 or 67.09% from 234); Max value from RGB is 157 - color contains mainly: blue. Hex color #034A9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034A9D is #FCB562. Grayscale: #3D3D3D. Windows color (decimal): -16561507 or 10308099. OLE color: 10308099.

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

Color convert

RGB 3 74 157 -
CMYK 0.98 0.53 0 0.38
HSL 212.34º 0.96% 0.31% -
HSV(B) 212.34º 0.98% 0.62% -
XYZ 8.57 7.35 32.87 -
YUV 62.23 181.48 85.75 -
System Red Green Blue C M Y K H S L
Decimal 3 74 157 0.98 0.53 0 0.38 212.34 0.96 0.31
Hex 3 4A 9D 62 35 0 26 D4 60 1F
Octal 3 112 235 142 65 0 46 324 140 37
Binary 11 1001010 10011101 1100010 110101 0 100110 11010100 1100000 11111

Color Harmonies of #034A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034A9D

Black with #034A9D

Text Example


Text Example

White with #034A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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