#034B96

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

Shades of Cobalt #034B96

Tints of Cobalt #034B96

Color information

#034B96 (or 0x034B96) is unknown color: approx Cobalt. HEX triplet: 03, 4B and 96. RGB value is (3,75,150). Sum of RGB (Red+Green+Blue) = 3+75+150=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 150 (58.98% from 255 or 65.79% from 228); Max value from RGB is 150 - color contains mainly: blue. Hex color #034B96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034B96 is #FCB469. Grayscale: #3D3D3D. Windows color (decimal): -16561258 or 9849603. OLE color: 9849603.

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

Color convert

RGB375150-
CMYK0.980.500.41
HSL210.61º96.08%30%-
HSV(B)210.61º98%58.82%-
XYZ8.067.2529.83-
YUV62.02177.6585.9-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.32%
GREEN value IS 75 (29.69% from 255) = 32.89%
BLUE value IS 150 (58.98% from 255) = 65.79%
R=1.32%
G=32.89%
B=65.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3751500.980.500.41210.6196.0830
Hex34B966232029d3601e
Octal31132261426205132314036
Binary111001011100101101100010110010010100111010011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #034B96;
 }
 .AnyTagClassName
 {
   color: #034B96;
 }
</style>
background-color css

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

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

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

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

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

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