#035096

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

Shades of Cobalt #035096

Tints of Cobalt #035096

Color information

#035096 (or 0x035096) is unknown color: approx Cobalt. HEX triplet: 03, 50 and 96. RGB value is (3,80,150). Sum of RGB (Red+Green+Blue) = 3+80+150=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 150 (58.98% from 255 or 64.38% from 233); Max value from RGB is 150 - color contains mainly: blue. Hex color #035096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035096 is #FCAF69. Grayscale: #404040. Windows color (decimal): -16559978 or 9850883. OLE color: 9850883.

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

Color convert

RGB380150-
CMYK0.980.4700.41
HSL208.57º96.08%30%-
HSV(B)208.57º98%58.82%-
XYZ8.417.9629.95-
YUV64.96175.9983.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.29%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 150 (58.98% from 255) = 64.38%
R=1.29%
G=34.33%
B=64.38%

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
Decimal3801500.980.4700.41208.5796.0830
Hex35096622F029d1601e
Octal31202261425705132114036
Binary111010000100101101100010101111010100111010001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035096; }

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

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

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

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

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

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

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

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