#2854B1

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

Shades of Cerulean Blue #2854B1

Tints of Cerulean Blue #2854B1

Color information

#2854B1 (or 0x2854B1) is unknown color: approx Cerulean Blue. HEX triplet: 28, 54 and B1. RGB value is (40,84,177). Sum of RGB (Red+Green+Blue) = 40+84+177=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 177 (69.53% from 255 or 58.80% from 301); Max value from RGB is 177 - color contains mainly: blue. Hex color #2854B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2854B1 is #D7AB4E. Grayscale: #515151. Windows color (decimal): -14134095 or 11621416. OLE color: 11621416.

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

Color convert

RGB4084177-
CMYK0.770.5300.31
HSL220.73º63.13%42.55%-
HSV(B)220.73º77.4%69.41%-
XYZ11.989.9742.89-
YUV81.45181.9298.44-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.29%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 177 (69.53% from 255) = 58.80%
R=13.29%
G=27.91%
B=58.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal40841770.770.5300.31220.7363.1342.55
Hex2854B14D3501Fdd3f2b
Octal50124261115650373357753
Binary101000101010010110001100110111010101111111011101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2854B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2854B1; }

 p { color: rgb(40,84,177); }

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

<style>
 a { background-color: #2854B1; }

 a { background-color: rgb(40,84,177); }

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

<style>
 span { border-color: #2854B1; }

 span { border-color: rgb(40,84,177); }

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