#034A9D

Color #034A9D Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #034A9D

Tints of Cobalt #034A9D

Color information

#034A9D (or 0x034A9D) is unknown color: approx 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

RGB374157-
CMYK0.980.5300.38
HSL212.34º96.25%31.37%-
HSV(B)212.34º98.09%61.57%-
XYZ8.577.3532.87-
YUV62.23181.4885.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.28%
GREEN value IS 74 (29.30% 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 (Cyan) values IS 0.98
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal3741570.980.5300.38212.3496.2531.37
Hex34A9D6235026d4601f
Octal31122351426504632414037
Binary111001010100111011100010110101010011011010100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>