#2E46C2

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

Shades of Cerulean Blue #2E46C2

Tints of Cerulean Blue #2E46C2

Color information

#2E46C2 (or 0x2E46C2) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 46 and C2. RGB value is (46,70,194). Sum of RGB (Red+Green+Blue) = 46+70+194=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 194 (76.17% from 255 or 62.58% from 310); Max value from RGB is 194 - color contains mainly: blue. Hex color #2E46C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E46C2 is #D1B93D. Grayscale: #4C4C4C. Windows color (decimal): -13744446 or 12731950. OLE color: 12731950.

HSL color Cylindrical-coordinate representation of color #2E46C2: hue angle of 230.27º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E46C2 is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4670194-
CMYK0.760.6400.24
HSL230.27º61.67%47.06%-
HSV(B)230.27º76.29%76.08%-
XYZ13.058.8652.06-
YUV76.96194.05105.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.84%
GREEN value IS 70 (27.73% from 255) = 22.58%
BLUE value IS 194 (76.17% from 255) = 62.58%
R=14.84%
G=22.58%
B=62.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal46701940.760.6400.24230.2761.6747.06
Hex2E46C24C40018e63e2f
Octal561063021141000303467657
Binary1011101000110110000101001100100000001100011100110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E46C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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