#035A96

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

Shades of Cobalt #035A96

Tints of Cobalt #035A96

Color information

#035A96 (or 0x035A96) is unknown color: approx Cobalt. HEX triplet: 03, 5A and 96. RGB value is (3,90,150). Sum of RGB (Red+Green+Blue) = 3+90+150=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 90 (35.55% from 255 or 37.04% from 243); Blue value is 150 (58.98% from 255 or 61.73% from 243); Max value from RGB is 150 - color contains mainly: blue. Hex color #035A96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035A96 is #FCA569. Grayscale: #464646. Windows color (decimal): -16557418 or 9853443. OLE color: 9853443.

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

Color convert

RGB390150-
CMYK0.980.400.41
HSL204.49º96.08%30%-
HSV(B)204.49º98%58.82%-
XYZ9.29.5330.21-
YUV70.83172.6879.62-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.23%
GREEN value IS 90 (35.55% from 255) = 37.04%
BLUE value IS 150 (58.98% from 255) = 61.73%
R=1.23%
G=37.04%
B=61.73%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3901500.980.400.41204.4996.0830
Hex35A966228029cc601e
Octal31322261425005131414036
Binary111011010100101101100010101000010100111001100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035A96; }

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

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

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

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

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

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

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

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