#035AAA

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

Shades of Cobalt #035AAA

Tints of Cobalt #035AAA

Color information

#035AAA (or 0x035AAA) is unknown color: approx Cobalt. HEX triplet: 03, 5A and AA. RGB value is (3,90,170). Sum of RGB (Red+Green+Blue) = 3+90+170=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #035AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035AAA is #FCA555. Grayscale: #484848. Windows color (decimal): -16557398 or 11164163. OLE color: 11164163.

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

Color convert

RGB390170-
CMYK0.980.4700.33
HSL208.74º96.53%33.92%-
HSV(B)208.74º98.24%66.67%-
XYZ10.9510.2339.43-
YUV73.11182.6878-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.14%
GREEN value IS 90 (35.55% from 255) = 34.22%
BLUE value IS 170 (66.80% from 255) = 64.64%
R=1.14%
G=34.22%
B=64.64%

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
Decimal3901700.980.4700.33208.7496.5333.92
Hex35AAA622F021d16122
Octal31322521425704132114142
Binary1110110101010101011000101011110100001110100011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,90,170); }

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

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

 a { background-color: rgb(3,90,170); }

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

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

 span { border-color: rgb(3,90,170); }

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