#2E31AD

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

Shades of Persian Blue #2E31AD

Tints of Persian Blue #2E31AD

Color information

#2E31AD (or 0x2E31AD) is unknown color: approx Persian Blue. HEX triplet: 2E, 31 and AD. RGB value is (46,49,173). Sum of RGB (Red+Green+Blue) = 46+49+173=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #2E31AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E31AD is #D1CE52. Grayscale: #3D3D3D. Windows color (decimal): -13749843 or 11350318. OLE color: 11350318.

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

Color convert

RGB4649173-
CMYK0.730.7200.32
HSL238.58º57.99%42.94%-
HSV(B)238.58º73.41%67.84%-
XYZ9.775.7940.14-
YUV62.24190.51116.42-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.16%
GREEN value IS 49 (19.53% from 255) = 18.28%
BLUE value IS 173 (67.97% from 255) = 64.55%
R=17.16%
G=18.28%
B=64.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal46491730.730.7200.32238.5857.9942.94
Hex2E31AD4948020ef3a2b
Octal56612551111100403577253
Binary1011101100011010110110010011001000010000011101111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E31AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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