#2E46AC

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

Shades of Cerulean Blue #2E46AC

Tints of Cerulean Blue #2E46AC

Color information

#2E46AC (or 0x2E46AC) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 46 and AC. RGB value is (46,70,172). Sum of RGB (Red+Green+Blue) = 46+70+172=288 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.97% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E46AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E46AC is #D1B953. Grayscale: #4A4A4A. Windows color (decimal): -13744468 or 11290158. OLE color: 11290158.

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

Color convert

RGB4670172-
CMYK0.730.5900.33
HSL228.57º57.8%42.75%-
HSV(B)228.57º73.26%67.45%-
XYZ10.767.9439.99-
YUV74.45183.05107.71-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.97%
GREEN value IS 70 (27.73% from 255) = 24.31%
BLUE value IS 172 (67.58% from 255) = 59.72%
R=15.97%
G=24.31%
B=59.72%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal46701720.730.5900.33228.5757.842.75
Hex2E46AC493B021e53a2b
Octal56106254111730413457253
Binary1011101000110101011001001001111011010000111100101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E46AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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