#034799

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

Shades of Cobalt #034799

Tints of Cobalt #034799

Color information

#034799 (or 0x034799) is unknown color: approx Cobalt. HEX triplet: 03, 47 and 99. RGB value is (3,71,153). Sum of RGB (Red+Green+Blue) = 3+71+153=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 153 (60.16% from 255 or 67.40% from 227); Max value from RGB is 153 - color contains mainly: blue. Hex color #034799 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034799 is #FCB866. Grayscale: #3B3B3B. Windows color (decimal): -16562279 or 10045187. OLE color: 10045187.

HSL color Cylindrical-coordinate representation of color #034799: hue angle of 212.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034799 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB371153-
CMYK0.980.5400.4
HSL212.8º96.15%30.59%-
HSV(B)212.8º98.04%60%-
XYZ8.046.8331.03-
YUV60.02180.4787.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.32%
GREEN value IS 71 (28.12% from 255) = 31.28%
BLUE value IS 153 (60.16% from 255) = 67.40%
R=1.32%
G=31.28%
B=67.40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal3711530.980.5400.4212.896.1530.59
Hex347996236028d5601f
Octal31072311426605032514037
Binary111000111100110011100010110110010100011010101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034799; }

 p { color: rgb(3,71,153); }

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

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

 a { background-color: rgb(3,71,153); }

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

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

 span { border-color: rgb(3,71,153); }

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