#2E28A2

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

Shades of Persian Blue #2E28A2

Tints of Persian Blue #2E28A2

Color information

#2E28A2 (or 0x2E28A2) is unknown color: approx Persian Blue. HEX triplet: 2E, 28 and A2. RGB value is (46,40,162). Sum of RGB (Red+Green+Blue) = 46+40+162=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 162 (63.67% from 255 or 65.32% from 248); Max value from RGB is 162 - color contains mainly: blue. Hex color #2E28A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E28A2 is #D1D75D. Grayscale: #373737. Windows color (decimal): -13752158 or 10627118. OLE color: 10627118.

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

Color convert

RGB4640162-
CMYK0.720.7500.36
HSL242.95º60.4%39.61%-
HSV(B)242.95º75.31%63.53%-
XYZ8.414.7134.65-
YUV55.7187.99121.08-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.55%
GREEN value IS 40 (16.02% from 255) = 16.13%
BLUE value IS 162 (63.67% from 255) = 65.32%
R=18.55%
G=16.13%
B=65.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal46401620.720.7500.36242.9560.439.61
Hex2E28A2484B024f33c28
Octal56502421101130443637450
Binary1011101010001010001010010001001011010010011110011111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E28A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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