#035AAE

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

Shades of Cobalt #035AAE

Tints of Cobalt #035AAE

Color information

#035AAE (or 0x035AAE) is unknown color: approx Cobalt. HEX triplet: 03, 5A and AE. RGB value is (3,90,174). Sum of RGB (Red+Green+Blue) = 3+90+174=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 174 (68.36% from 255 or 65.17% from 267); Max value from RGB is 174 - color contains mainly: blue. Hex color #035AAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035AAE is #FCA551. Grayscale: #494949. Windows color (decimal): -16557394 or 11426307. OLE color: 11426307.

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

Color convert

RGB390174-
CMYK0.980.4800.32
HSL209.47º96.61%34.71%-
HSV(B)209.47º98.28%68.24%-
XYZ11.3310.3941.45-
YUV73.56184.6877.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.12%
GREEN value IS 90 (35.55% from 255) = 33.71%
BLUE value IS 174 (68.36% from 255) = 65.17%
R=1.12%
G=33.71%
B=65.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3901740.980.4800.32209.4796.6134.71
Hex35AAE6230020d16123
Octal31322561426004032114143
Binary1110110101010111011000101100000100000110100011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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