#2523AE

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

Shades of Persian Blue #2523AE

Tints of Persian Blue #2523AE

Color information

#2523AE (or 0x2523AE) is unknown color: approx Persian Blue. HEX triplet: 25, 23 and AE. RGB value is (37,35,174). Sum of RGB (Red+Green+Blue) = 37+35+174=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 174 (68.36% from 255 or 70.73% from 246); Max value from RGB is 174 - color contains mainly: blue. Hex color #2523AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2523AE is #DADC51. Grayscale: #323232. Windows color (decimal): -14343250 or 11412261. OLE color: 11412261.

HSL color Cylindrical-coordinate representation of color #2523AE: hue angle of 240.86º 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 #2523AE is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3735174-
CMYK0.790.8000.32
HSL240.86º66.51%40.98%-
HSV(B)240.86º79.89%68.24%-
XYZ94.6540.47-
YUV51.44197.16117.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.04%
GREEN value IS 35 (14.06% from 255) = 14.23%
BLUE value IS 174 (68.36% from 255) = 70.73%
R=15.04%
G=14.23%
B=70.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal37351740.790.8000.32240.8666.5140.98
Hex2523AE4F50020f14329
Octal454325611712004036110351
Binary10010110001110101110100111110100000100000111100011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2523AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2523AE; }

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

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

<style>
 a { background-color: #2523AE; }

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

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

<style>
 span { border-color: #2523AE; }

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

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