Shades of Persian Blue #2425AF
Tints of Persian Blue #2425AF
RGB
CMYK
RGB Variations
Color information
#2425AF (or 0x2425AF) is known color: Persian Blue. HEX triplet: 24, 25 and AF. RGB value is (36,37,175). Sum of RGB (Red+Green+Blue) = 36+37+175=248 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.52% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 175 (68.75% from 255 or 70.56% from 248); Max value from RGB is 175 - color contains mainly: blue. Hex color #2425AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2425AF is #DBDA50. Grayscale: #333333. Windows color (decimal): -14408273 or 11478308. OLE color: 11478308.
HSL color Cylindrical-coordinate representation of color #2425AF: hue angle of 239.57º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2425AF is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 37 | 175 | - |
| CMYK | 0.79 | 0.79 | 0 | 0.31 |
| HSL | 239.57º | 0.66% | 0.41% | - |
| HSV(B) | 239.57º | 0.79% | 0.69% | - |
| XYZ | 9.13 | 4.79 | 41 | - |
| YUV | 52.43 | 197.17 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 175 | 0.79 | 0.79 | 0 | 0.31 | 239.57 | 0.66 | 0.41 |
| Hex | 24 | 25 | AF | 4F | 4F | 0 | 1F | F0 | 42 | 29 |
| Octal | 44 | 45 | 257 | 117 | 117 | 0 | 37 | 360 | 102 | 51 |
| Binary | 100100 | 100101 | 10101111 | 1001111 | 1001111 | 0 | 11111 | 11110000 | 1000010 | 101001 |
Color Harmonies of #2425AF
Complementary color
Monochromatic Colors of #2425AF
Black with #2425AF
Text Example
Text Example
White with #2425AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2425AF; }
p { color: rgb(36,37,175); }
H1.HeaderClassName
{
color: #2425AF;
}
.AnyTagClassName
{
color: #2425AF;
}
</style>
background-color css
<style>
a { background-color: #2425AF; }
a { background-color: rgb(36,37,175); }
div.DivClassName
{
background-color: #2425AF;
}
.BgClassName
{
background-color: #2425AF;
}
</style>
border-color css
<style>
span { border-color: #2425AF; }
span { border-color: rgb(36,37,175); }
td.TdClassName
{
border-color: #2425AF;
}
.TagClassName
{
border-color: #2425AF;
}
</style>