#2E48AC

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

Shades of Cerulean Blue #2E48AC

Tints of Cerulean Blue #2E48AC

Color information

#2E48AC (or 0x2E48AC) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 48 and AC. RGB value is (46,72,172). Sum of RGB (Red+Green+Blue) = 46+72+172=290 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.86% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E48AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E48AC is #D1B753. Grayscale: #4B4B4B. Windows color (decimal): -13743956 or 11290670. OLE color: 11290670.

HSL color Cylindrical-coordinate representation of color #2E48AC: hue angle of 227.62º 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 #2E48AC is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4672172-
CMYK0.730.5800.33
HSL227.62º57.8%42.75%-
HSV(B)227.62º73.26%67.45%-
XYZ10.898.1940.04-
YUV75.63182.39106.87-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.86%
GREEN value IS 72 (28.52% from 255) = 24.83%
BLUE value IS 172 (67.58% from 255) = 59.31%
R=15.86%
G=24.83%
B=59.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal46721720.730.5800.33227.6257.842.75
Hex2E48AC493A021e43a2b
Octal56110254111720413447253
Binary1011101001000101011001001001111010010000111100100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E48AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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