#285BAA

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

Shades of Cerulean Blue #285BAA

Tints of Cerulean Blue #285BAA

Color information

#285BAA (or 0x285BAA) is unknown color: approx Cerulean Blue. HEX triplet: 28, 5B and AA. RGB value is (40,91,170). Sum of RGB (Red+Green+Blue) = 40+91+170=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #285BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285BAA is #D7A455. Grayscale: #545454. Windows color (decimal): -14132310 or 11164456. OLE color: 11164456.

HSL color Cylindrical-coordinate representation of color #285BAA: hue angle of 216.46º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #285BAA is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4091170-
CMYK0.760.4600.33
HSL216.46º61.9%41.18%-
HSV(B)216.46º76.47%66.67%-
XYZ11.8710.8439.5-
YUV84.76176.196.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.29%
GREEN value IS 91 (35.94% from 255) = 30.23%
BLUE value IS 170 (66.80% from 255) = 56.48%
R=13.29%
G=30.23%
B=56.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal40911700.760.4600.33216.4661.941.18
Hex285BAA4C2E021d83e29
Octal50133252114560413307651
Binary1010001011011101010101001100101110010000111011000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,91,170); }

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

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

 a { background-color: rgb(40,91,170); }

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

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

 span { border-color: rgb(40,91,170); }

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