#035DAB

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

Shades of Cobalt #035DAB

Tints of Cobalt #035DAB

Color information

#035DAB (or 0x035DAB) is unknown color: approx Cobalt. HEX triplet: 03, 5D and AB. RGB value is (3,93,171). Sum of RGB (Red+Green+Blue) = 3+93+171=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #035DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035DAB is #FCA254. Grayscale: #4A4A4A. Windows color (decimal): -16556629 or 11230467. OLE color: 11230467.

HSL color Cylindrical-coordinate representation of color #035DAB: hue angle of 207.86º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035DAB is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB393171-
CMYK0.980.4600.33
HSL207.86º96.55%34.12%-
HSV(B)207.86º98.25%67.06%-
XYZ11.310.7940.01-
YUV74.98182.1876.66-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.12%
GREEN value IS 93 (36.72% from 255) = 34.83%
BLUE value IS 171 (67.19% from 255) = 64.04%
R=1.12%
G=34.83%
B=64.04%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal3931710.980.4600.33207.8696.5534.12
Hex35DAB622E021d06122
Octal31352531425604132014142
Binary1110111011010101111000101011100100001110100001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,93,171); }

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

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

 a { background-color: rgb(3,93,171); }

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

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

 span { border-color: rgb(3,93,171); }

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