#2E32AD

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

Shades of Persian Blue #2E32AD

Tints of Persian Blue #2E32AD

Color information

#2E32AD (or 0x2E32AD) is unknown color: approx Persian Blue. HEX triplet: 2E, 32 and AD. RGB value is (46,50,173). Sum of RGB (Red+Green+Blue) = 46+50+173=269 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.10% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 173 (67.97% from 255 or 64.31% from 269); Max value from RGB is 173 - color contains mainly: blue. Hex color #2E32AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E32AD is #D1CD52. Grayscale: #3E3E3E. Windows color (decimal): -13749587 or 11350574. OLE color: 11350574.

HSL color Cylindrical-coordinate representation of color #2E32AD: hue angle of 238.11º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E32AD is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4650173-
CMYK0.730.7100.32
HSL238.11º57.99%42.94%-
HSV(B)238.11º73.41%67.84%-
XYZ9.815.8840.15-
YUV62.83190.17116-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.10%
GREEN value IS 50 (19.92% from 255) = 18.59%
BLUE value IS 173 (67.97% from 255) = 64.31%
R=17.10%
G=18.59%
B=64.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal46501730.730.7100.32238.1157.9942.94
Hex2E32AD4947020ee3a2b
Octal56622551111070403567253
Binary1011101100101010110110010011000111010000011101110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E32AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,50,173); }

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

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

 a { background-color: rgb(46,50,173); }

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

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

 span { border-color: rgb(46,50,173); }

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