#285BAF

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

Shades of Cerulean Blue #285BAF

Tints of Cerulean Blue #285BAF

Color information

#285BAF (or 0x285BAF) is unknown color: approx Cerulean Blue. HEX triplet: 28, 5B and AF. RGB value is (40,91,175). Sum of RGB (Red+Green+Blue) = 40+91+175=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 175 (68.75% from 255 or 57.19% from 306); Max value from RGB is 175 - color contains mainly: blue. Hex color #285BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285BAF is #D7A450. Grayscale: #545454. Windows color (decimal): -14132305 or 11492136. OLE color: 11492136.

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

Color convert

RGB4091175-
CMYK0.770.4800.31
HSL217.33º62.79%42.16%-
HSV(B)217.33º77.14%68.63%-
XYZ12.3511.0342.04-
YUV85.33178.695.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.07%
GREEN value IS 91 (35.94% from 255) = 29.74%
BLUE value IS 175 (68.75% from 255) = 57.19%
R=13.07%
G=29.74%
B=57.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal40911750.770.4800.31217.3362.7942.16
Hex285BAF4D3001Fd93f2a
Octal50133257115600373317752
Binary101000101101110101111100110111000001111111011001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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