#2E53AC

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

Shades of Cerulean Blue #2E53AC

Tints of Cerulean Blue #2E53AC

Color information

#2E53AC (or 0x2E53AC) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 53 and AC. RGB value is (46,83,172). Sum of RGB (Red+Green+Blue) = 46+83+172=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E53AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E53AC is #D1AC53. Grayscale: #515151. Windows color (decimal): -13741140 or 11293486. OLE color: 11293486.

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

Color convert

RGB4683172-
CMYK0.730.5200.33
HSL222.38º57.8%42.75%-
HSV(B)222.38º73.26%67.45%-
XYZ11.679.7540.3-
YUV82.08178.74102.26-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.28%
GREEN value IS 83 (32.81% from 255) = 27.57%
BLUE value IS 172 (67.58% from 255) = 57.14%
R=15.28%
G=27.57%
B=57.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal46831720.730.5200.33222.3857.842.75
Hex2E53AC4934021de3a2b
Octal56123254111640413367253
Binary1011101010011101011001001001110100010000111011110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E53AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,83,172); }

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

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

 a { background-color: rgb(46,83,172); }

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

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

 span { border-color: rgb(46,83,172); }

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