#2E51AD

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

Shades of Cerulean Blue #2E51AD

Tints of Cerulean Blue #2E51AD

Color information

#2E51AD (or 0x2E51AD) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 51 and AD. RGB value is (46,81,173). Sum of RGB (Red+Green+Blue) = 46+81+173=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 173 (67.97% from 255 or 57.67% from 300); Max value from RGB is 173 - color contains mainly: blue. Hex color #2E51AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E51AD is #D1AE52. Grayscale: #505050. Windows color (decimal): -13741651 or 11358510. OLE color: 11358510.

HSL color Cylindrical-coordinate representation of color #2E51AD: hue angle of 223.46º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E51AD is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4681173-
CMYK0.730.5300.32
HSL223.46º57.99%42.94%-
HSV(B)223.46º73.41%67.84%-
XYZ11.619.4840.75-
YUV81.02179.9103.02-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.33%
GREEN value IS 81 (32.03% from 255) = 27%
BLUE value IS 173 (67.97% from 255) = 57.67%
R=15.33%
G=27%
B=57.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal46811730.730.5300.32223.4657.9942.94
Hex2E51AD4935020df3a2b
Octal56121255111650403377253
Binary1011101010001101011011001001110101010000011011111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E51AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E51AD; }

 p { color: rgb(46,81,173); }

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

<style>
 a { background-color: #2E51AD; }

 a { background-color: rgb(46,81,173); }

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

<style>
 span { border-color: #2E51AD; }

 span { border-color: rgb(46,81,173); }

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