#2E56C9

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

Shades of Cerulean Blue #2E56C9

Tints of Cerulean Blue #2E56C9

Color information

#2E56C9 (or 0x2E56C9) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 56 and C9. RGB value is (46,86,201). Sum of RGB (Red+Green+Blue) = 46+86+201=333 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.81% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 201 (78.91% from 255 or 60.36% from 333); Max value from RGB is 201 - color contains mainly: blue. Hex color #2E56C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E56C9 is #D1A936. Grayscale: #565656. Windows color (decimal): -13740343 or 13194798. OLE color: 13194798.

HSL color Cylindrical-coordinate representation of color #2E56C9: hue angle of 224.52º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E56C9 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4686201-
CMYK0.770.5700.21
HSL224.52º62.75%48.43%-
HSV(B)224.52º77.11%78.82%-
XYZ1511.4556.68-
YUV87.15192.2598.65-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.81%
GREEN value IS 86 (33.98% from 255) = 25.83%
BLUE value IS 201 (78.91% from 255) = 60.36%
R=13.81%
G=25.83%
B=60.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal46862010.770.5700.21224.5262.7548.43
Hex2E56C94D39015e13f30
Octal56126311115710253417760
Binary101110101011011001001100110111100101010111100001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E56C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,86,201); }

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

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

 a { background-color: rgb(46,86,201); }

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

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

 span { border-color: rgb(46,86,201); }

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