#2E15BA

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

Shades of Persian Blue #2E15BA

Tints of Persian Blue #2E15BA

Color information

#2E15BA (or 0x2E15BA) is unknown color: approx Persian Blue. HEX triplet: 2E, 15 and BA. RGB value is (46,21,186). Sum of RGB (Red+Green+Blue) = 46+21+186=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 186 (73.05% from 255 or 73.52% from 253); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E15BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E15BA is #D1EA45. Grayscale: #2E2E2E. Windows color (decimal): -13756998 or 12195118. OLE color: 12195118.

HSL color Cylindrical-coordinate representation of color #2E15BA: hue angle of 249.09º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E15BA is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4621186-
CMYK0.750.8900.27
HSL249.09º79.71%40.59%-
HSV(B)249.09º88.71%72.94%-
XYZ10.264.6646.81-
YUV47.28206.28127.08-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.18%
GREEN value IS 21 (8.59% from 255) = 8.30%
BLUE value IS 186 (73.05% from 255) = 73.52%
R=18.18%
G=8.30%
B=73.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal46211860.750.8900.27249.0979.7140.59
Hex2E15BA4B5901Bf95029
Octal562527211313103337112051
Binary101110101011011101010010111011001011011111110011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E15BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,21,186); }

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

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

 a { background-color: rgb(46,21,186); }

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

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

 span { border-color: rgb(46,21,186); }

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