#2E25A2

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

Shades of Persian Blue #2E25A2

Tints of Persian Blue #2E25A2

Color information

#2E25A2 (or 0x2E25A2) is unknown color: approx Persian Blue. HEX triplet: 2E, 25 and A2. RGB value is (46,37,162). Sum of RGB (Red+Green+Blue) = 46+37+162=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 162 (63.67% from 255 or 66.12% from 245); Max value from RGB is 162 - color contains mainly: blue. Hex color #2E25A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E25A2 is #D1DA5D. Grayscale: #353535. Windows color (decimal): -13752926 or 10626350. OLE color: 10626350.

HSL color Cylindrical-coordinate representation of color #2E25A2: hue angle of 244.32º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E25A2 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4637162-
CMYK0.720.7700.36
HSL244.32º62.81%39.02%-
HSV(B)244.32º77.16%63.53%-
XYZ8.314.5134.62-
YUV53.94188.98122.34-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.78%
GREEN value IS 37 (14.84% from 255) = 15.10%
BLUE value IS 162 (63.67% from 255) = 66.12%
R=18.78%
G=15.10%
B=66.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal46371620.720.7700.36244.3262.8139.02
Hex2E25A2484D024f43f27
Octal56452421101150443647747
Binary1011101001011010001010010001001101010010011110100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E25A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,37,162); }

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

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

 a { background-color: rgb(46,37,162); }

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

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

 span { border-color: rgb(46,37,162); }

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