#035bac

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

Shades of Cobalt #035BAC

Tints of Cobalt #035BAC

Color information

#035BAC (or 0x035BAC) is unknown color: approx Cobalt. HEX triplet: 03, 5B and AC. RGB value is (3,91,172). Sum of RGB (Red+Green+Blue) = 3+91+172=266 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #035BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035BAC is #FCA453. Grayscale: #494949. Windows color (decimal): -16557140 or 11295491. OLE color: 11295491.

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

Color convert

RGB391172-
CMYK0.980.4700.33
HSL208.76º96.57%34.31%-
HSV(B)208.76º98.26%67.45%-
XYZ11.2310.4840.46-
YUV73.92183.3577.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.13%
GREEN value IS 91 (35.94% from 255) = 34.21%
BLUE value IS 172 (67.58% from 255) = 64.66%
R=1.13%
G=34.21%
B=64.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal3911720.980.4700.33208.7696.5734.31
Hex35BAC622F021d16122
Octal31332541425704132114142
Binary1110110111010110011000101011110100001110100011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035bac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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