#285AAE

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

Shades of Cerulean Blue #285AAE

Tints of Cerulean Blue #285AAE

Color information

#285AAE (or 0x285AAE) is unknown color: approx Cerulean Blue. HEX triplet: 28, 5A and AE. RGB value is (40,90,174). Sum of RGB (Red+Green+Blue) = 40+90+174=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 174 (68.36% from 255 or 57.24% from 304); Max value from RGB is 174 - color contains mainly: blue. Hex color #285AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285AAE is #D7A551. Grayscale: #545454. Windows color (decimal): -14132562 or 11426344. OLE color: 11426344.

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

Color convert

RGB4090174-
CMYK0.770.4800.32
HSL217.61º62.62%41.96%-
HSV(B)217.61º77.01%68.24%-
XYZ12.1710.8241.49-
YUV84.63178.4496.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.16%
GREEN value IS 90 (35.55% from 255) = 29.61%
BLUE value IS 174 (68.36% from 255) = 57.24%
R=13.16%
G=29.61%
B=57.24%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal40901740.770.4800.32217.6162.6241.96
Hex285AAE4D30020da3f2a
Octal50132256115600403327752
Binary1010001011010101011101001101110000010000011011010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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