#034F96

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

Shades of Cobalt #034F96

Tints of Cobalt #034F96

Color information

#034F96 (or 0x034F96) is unknown color: approx Cobalt. HEX triplet: 03, 4F and 96. RGB value is (3,79,150). Sum of RGB (Red+Green+Blue) = 3+79+150=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 150 (58.98% from 255 or 64.66% from 232); Max value from RGB is 150 - color contains mainly: blue. Hex color #034F96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034F96 is #FCB069. Grayscale: #404040. Windows color (decimal): -16560234 or 9850627. OLE color: 9850627.

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

Color convert

RGB379150-
CMYK0.980.4700.41
HSL208.98º96.08%30%-
HSV(B)208.98º98%58.82%-
XYZ8.347.8129.92-
YUV64.37176.3284.23-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.29%
GREEN value IS 79 (31.25% from 255) = 34.05%
BLUE value IS 150 (58.98% from 255) = 64.66%
R=1.29%
G=34.05%
B=64.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3791500.980.4700.41208.9896.0830
Hex34F96622F029d1601e
Octal31172261425705132114036
Binary111001111100101101100010101111010100111010001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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