#2E3EA7

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

Shades of Persian Blue #2E3EA7

Tints of Persian Blue #2E3EA7

Color information

#2E3EA7 (or 0x2E3EA7) is unknown color: approx Persian Blue. HEX triplet: 2E, 3E and A7. RGB value is (46,62,167). Sum of RGB (Red+Green+Blue) = 46+62+167=275 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.73% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 167 (65.62% from 255 or 60.73% from 275); Max value from RGB is 167 - color contains mainly: blue. Hex color #2E3EA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3EA7 is #D1C158. Grayscale: #444444. Windows color (decimal): -13746521 or 10960430. OLE color: 10960430.

HSL color Cylindrical-coordinate representation of color #2E3EA7: hue angle of 232.07º 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 #2E3EA7 is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4662167-
CMYK0.720.6300.35
HSL232.07º56.81%41.76%-
HSV(B)232.07º72.46%65.49%-
XYZ9.826.8237.36-
YUV69.19183.2111.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.73%
GREEN value IS 62 (24.61% from 255) = 22.55%
BLUE value IS 167 (65.62% from 255) = 60.73%
R=16.73%
G=22.55%
B=60.73%

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
Decimal46621670.720.6300.35232.0756.8141.76
Hex2E3EA7483F023e8392a
Octal5676247110770433507152
Binary101110111110101001111001000111111010001111101000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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