#2E30AD

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

Shades of Persian Blue #2E30AD

Tints of Persian Blue #2E30AD

Color information

#2E30AD (or 0x2E30AD) is unknown color: approx Persian Blue. HEX triplet: 2E, 30 and AD. RGB value is (46,48,173). Sum of RGB (Red+Green+Blue) = 46+48+173=267 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.23% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #2E30AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E30AD is #D1CF52. Grayscale: #3D3D3D. Windows color (decimal): -13750099 or 11350062. OLE color: 11350062.

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

Color convert

RGB4648173-
CMYK0.730.7200.32
HSL239.06º57.99%42.94%-
HSV(B)239.06º73.41%67.84%-
XYZ9.735.7140.13-
YUV61.65190.84116.84-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.23%
GREEN value IS 48 (19.14% from 255) = 17.98%
BLUE value IS 173 (67.97% from 255) = 64.79%
R=17.23%
G=17.98%
B=64.79%

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
Decimal46481730.730.7200.32239.0657.9942.94
Hex2E30AD4948020ef3a2b
Octal56602551111100403577253
Binary1011101100001010110110010011001000010000011101111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E30AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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