#2855AB

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

Shades of Cerulean Blue #2855AB

Tints of Cerulean Blue #2855AB

Color information

#2855AB (or 0x2855AB) is unknown color: approx Cerulean Blue. HEX triplet: 28, 55 and AB. RGB value is (40,85,171). Sum of RGB (Red+Green+Blue) = 40+85+171=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #2855AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2855AB is #D7AA54. Grayscale: #505050. Windows color (decimal): -14133845 or 11228456. OLE color: 11228456.

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

Color convert

RGB4085171-
CMYK0.770.5000.33
HSL219.39º62.09%41.37%-
HSV(B)219.39º76.61%67.06%-
XYZ11.479.8939.83-
YUV81.35178.5998.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.51%
GREEN value IS 85 (33.59% from 255) = 28.72%
BLUE value IS 171 (67.19% from 255) = 57.77%
R=13.51%
G=28.72%
B=57.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal40851710.770.5000.33219.3962.0941.37
Hex2855AB4D32021db3e29
Octal50125253115620413337651
Binary1010001010101101010111001101110010010000111011011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2855AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2855AB; }

 p { color: rgb(40,85,171); }

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

<style>
 a { background-color: #2855AB; }

 a { background-color: rgb(40,85,171); }

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

<style>
 span { border-color: #2855AB; }

 span { border-color: rgb(40,85,171); }

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