#2D23AE

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

Shades of Persian Blue #2D23AE

Tints of Persian Blue #2D23AE

Color information

#2D23AE (or 0x2D23AE) is unknown color: approx Persian Blue. HEX triplet: 2D, 23 and AE. RGB value is (45,35,174). Sum of RGB (Red+Green+Blue) = 45+35+174=254 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.72% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 174 (68.36% from 255 or 68.50% from 254); Max value from RGB is 174 - color contains mainly: blue. Hex color #2D23AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D23AE is #D2DC51. Grayscale: #353535. Windows color (decimal): -13818962 or 11412269. OLE color: 11412269.

HSL color Cylindrical-coordinate representation of color #2D23AE: hue angle of 244.32º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D23AE is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4535174-
CMYK0.740.8000.32
HSL244.32º66.51%40.98%-
HSV(B)244.32º79.89%68.24%-
XYZ9.324.8240.48-
YUV53.84195.81121.7-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.72%
GREEN value IS 35 (14.06% from 255) = 13.78%
BLUE value IS 174 (68.36% from 255) = 68.50%
R=17.72%
G=13.78%
B=68.50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal45351740.740.8000.32244.3266.5140.98
Hex2D23AE4A50020f44329
Octal554325611212004036410351
Binary10110110001110101110100101010100000100000111101001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D23AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,35,174); }

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

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

 a { background-color: rgb(45,35,174); }

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

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

 span { border-color: rgb(45,35,174); }

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