#035BAF

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

Shades of Cobalt #035BAF

Tints of Cobalt #035BAF

Color information

#035BAF (or 0x035BAF) is unknown color: approx Cobalt. HEX triplet: 03, 5B and AF. RGB value is (3,91,175). Sum of RGB (Red+Green+Blue) = 3+91+175=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 91 (35.94% from 255 or 33.83% from 269); Blue value is 175 (68.75% from 255 or 65.06% from 269); Max value from RGB is 175 - color contains mainly: blue. Hex color #035BAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035BAF is #FCA450. Grayscale: #494949. Windows color (decimal): -16557137 or 11492099. OLE color: 11492099.

HSL color Cylindrical-coordinate representation of color #035BAF: hue angle of 209.3º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035BAF is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB391175-
CMYK0.980.4800.31
HSL209.3º96.63%34.9%-
HSV(B)209.3º98.29%68.63%-
XYZ11.5210.642-
YUV74.26184.8577.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.12%
GREEN value IS 91 (35.94% from 255) = 33.83%
BLUE value IS 175 (68.75% from 255) = 65.06%
R=1.12%
G=33.83%
B=65.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal3911750.980.4800.31209.396.6334.9
Hex35BAF623001Fd16123
Octal31332571426003732114143
Binary111011011101011111100010110000011111110100011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,91,175); }

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

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

 a { background-color: rgb(3,91,175); }

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

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

 span { border-color: rgb(3,91,175); }

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