#2425AE

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

Shades of Persian Blue #2425AE

Tints of Persian Blue #2425AE

Color information

#2425AE (or 0x2425AE) is unknown color: approx Persian Blue. HEX triplet: 24, 25 and AE. RGB value is (36,37,174). Sum of RGB (Red+Green+Blue) = 36+37+174=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 37 (14.84% from 255 or 14.98% 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 #2425AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2425AE is #DBDA51. Grayscale: #333333. Windows color (decimal): -14408274 or 11412772. OLE color: 11412772.

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

Color convert

RGB3637174-
CMYK0.790.7900.32
HSL239.57º65.71%41.18%-
HSV(B)239.57º79.31%68.24%-
XYZ9.034.7540.49-
YUV52.32196.67116.36-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.57%
GREEN value IS 37 (14.84% from 255) = 14.98%
BLUE value IS 174 (68.36% from 255) = 70.45%
R=14.57%
G=14.98%
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
Decimal36371740.790.7900.32239.5765.7141.18
Hex2425AE4F4F020f04229
Octal444525611711704036010251
Binary10010010010110101110100111110011110100000111100001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2425AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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