#035998

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

Shades of Cobalt #035998

Tints of Cobalt #035998

Color information

#035998 (or 0x035998) is unknown color: approx Cobalt. HEX triplet: 03, 59 and 98. RGB value is (3,89,152). Sum of RGB (Red+Green+Blue) = 3+89+152=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 152 (59.77% from 255 or 62.30% from 244); Max value from RGB is 152 - color contains mainly: blue. Hex color #035998 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035998 is #FCA667. Grayscale: #464646. Windows color (decimal): -16557672 or 9984259. OLE color: 9984259.

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

Color convert

RGB389152-
CMYK0.980.4100.40
HSL205.37º96.13%30.39%-
HSV(B)205.37º98.03%59.61%-
XYZ9.289.4331.04-
YUV70.47174.0179.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.23%
GREEN value IS 89 (35.16% from 255) = 36.48%
BLUE value IS 152 (59.77% from 255) = 62.30%
R=1.23%
G=36.48%
B=62.30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal3891520.980.4100.40205.3796.1330.39
Hex359986229028cd601e
Octal31312301425105031514036
Binary111011001100110001100010101001010100011001101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035998; }

 p { color: rgb(3,89,152); }

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

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

 a { background-color: rgb(3,89,152); }

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

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

 span { border-color: rgb(3,89,152); }

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