#2524AE

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

Shades of Persian Blue #2524AE

Tints of Persian Blue #2524AE

Color information

#2524AE (or 0x2524AE) is unknown color: approx Persian Blue. HEX triplet: 25, 24 and AE. RGB value is (37,36,174). Sum of RGB (Red+Green+Blue) = 37+36+174=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 174 (68.36% from 255 or 70.45% from 247); Max value from RGB is 174 - color contains mainly: blue. Hex color #2524AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2524AE is #DADB51. Grayscale: #333333. Windows color (decimal): -14342994 or 11412517. OLE color: 11412517.

HSL color Cylindrical-coordinate representation of color #2524AE: hue angle of 240.43º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2524AE is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3736174-
CMYK0.790.7900.32
HSL240.43º65.71%41.18%-
HSV(B)240.43º79.31%68.24%-
XYZ9.034.7140.48-
YUV52.03196.83117.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.98%
GREEN value IS 36 (14.45% from 255) = 14.57%
BLUE value IS 174 (68.36% from 255) = 70.45%
R=14.98%
G=14.57%
B=70.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal37361740.790.7900.32240.4365.7141.18
Hex2524AE4F4F020f04229
Octal454425611711704036010251
Binary10010110010010101110100111110011110100000111100001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2524AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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