#2E3EA6

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

Shades of Persian Blue #2E3EA6

Tints of Persian Blue #2E3EA6

Color information

#2E3EA6 (or 0x2E3EA6) is unknown color: approx Persian Blue. HEX triplet: 2E, 3E and A6. RGB value is (46,62,166). Sum of RGB (Red+Green+Blue) = 46+62+166=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 166 (65.23% from 255 or 60.58% from 274); Max value from RGB is 166 - color contains mainly: blue. Hex color #2E3EA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3EA6 is #D1C159. Grayscale: #444444. Windows color (decimal): -13746522 or 10894894. OLE color: 10894894.

HSL color Cylindrical-coordinate representation of color #2E3EA6: hue angle of 232º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E3EA6 is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4662166-
CMYK0.720.6300.35
HSL232º56.6%41.57%-
HSV(B)232º72.29%65.1%-
XYZ9.736.7836.87-
YUV69.07182.7111.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.79%
GREEN value IS 62 (24.61% from 255) = 22.63%
BLUE value IS 166 (65.23% from 255) = 60.58%
R=16.79%
G=22.63%
B=60.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal46621660.720.6300.3523256.641.57
Hex2E3EA6483F023e8392a
Octal5676246110770433507152
Binary101110111110101001101001000111111010001111101000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,62,166); }

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

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

 a { background-color: rgb(46,62,166); }

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

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

 span { border-color: rgb(46,62,166); }

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