#285EAC

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

Shades of Cerulean Blue #285EAC

Tints of Cerulean Blue #285EAC

Color information

#285EAC (or 0x285EAC) is unknown color: approx Cerulean Blue. HEX triplet: 28, 5E and AC. RGB value is (40,94,172). Sum of RGB (Red+Green+Blue) = 40+94+172=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #285EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285EAC is #D7A153. Grayscale: #565656. Windows color (decimal): -14131540 or 11296296. OLE color: 11296296.

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

Color convert

RGB4094172-
CMYK0.770.4500.33
HSL215.45º62.26%41.57%-
HSV(B)215.45º76.74%67.45%-
XYZ12.3211.4440.59-
YUV86.75176.1194.66-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.07%
GREEN value IS 94 (37.11% from 255) = 30.72%
BLUE value IS 172 (67.58% from 255) = 56.21%
R=13.07%
G=30.72%
B=56.21%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal40941720.770.4500.33215.4562.2641.57
Hex285EAC4D2D021d73e2a
Octal50136254115550413277652
Binary1010001011110101011001001101101101010000111010111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,94,172); }

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

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

 a { background-color: rgb(40,94,172); }

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

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

 span { border-color: rgb(40,94,172); }

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