#2858AC

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

Shades of Cerulean Blue #2858AC

Tints of Cerulean Blue #2858AC

Color information

#2858AC (or 0x2858AC) is unknown color: approx Cerulean Blue. HEX triplet: 28, 58 and AC. RGB value is (40,88,172). Sum of RGB (Red+Green+Blue) = 40+88+172=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #2858AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2858AC is #D7A753. Grayscale: #525252. Windows color (decimal): -14133076 or 11294760. OLE color: 11294760.

HSL color Cylindrical-coordinate representation of color #2858AC: hue angle of 218.18º 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 #2858AC is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4088172-
CMYK0.770.4900.33
HSL218.18º62.26%41.57%-
HSV(B)218.18º76.74%67.45%-
XYZ11.8110.4140.42-
YUV83.22178.197.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.33%
GREEN value IS 88 (34.77% from 255) = 29.33%
BLUE value IS 172 (67.58% from 255) = 57.33%
R=13.33%
G=29.33%
B=57.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal40881720.770.4900.33218.1862.2641.57
Hex2858AC4D31021da3e2a
Octal50130254115610413327652
Binary1010001011000101011001001101110001010000111011010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2858AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2858AC; }

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

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

<style>
 a { background-color: #2858AC; }

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

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

<style>
 span { border-color: #2858AC; }

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

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