Shades of Persian Blue #2424AF
Tints of Persian Blue #2424AF
RGB
CMYK
RGB Variations
Color information
#2424AF (or 0x2424AF) is known color: Persian Blue. HEX triplet: 24, 24 and AF. RGB value is (36,36,175). Sum of RGB (Red+Green+Blue) = 36+36+175=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 175 (68.75% from 255 or 70.85% from 247); Max value from RGB is 175 - color contains mainly: blue. Hex color #2424AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2424AF is #DBDB50. Grayscale: #333333. Windows color (decimal): -14408529 or 11478052. OLE color: 11478052.
HSL color Cylindrical-coordinate representation of color #2424AF: hue angle of 240º 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 #2424AF is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 36 | 175 | - |
| CMYK | 0.79 | 0.79 | 0 | 0.31 |
| HSL | 240º | 0.66% | 0.41% | - |
| HSV(B) | 240º | 0.79% | 0.69% | - |
| XYZ | 9.1 | 4.73 | 40.99 | - |
| YUV | 51.85 | 197.5 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 36 | 175 | 0.79 | 0.79 | 0 | 0.31 | 240 | 0.66 | 0.41 |
| Hex | 24 | 24 | AF | 4F | 4F | 0 | 1F | F0 | 42 | 29 |
| Octal | 44 | 44 | 257 | 117 | 117 | 0 | 37 | 360 | 102 | 51 |
| Binary | 100100 | 100100 | 10101111 | 1001111 | 1001111 | 0 | 11111 | 11110000 | 1000010 | 101001 |
Color Harmonies of #2424AF
Complementary color
Monochromatic Colors of #2424AF
Black with #2424AF
Text Example
Text Example
White with #2424AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2424AF; }
p { color: rgb(36,36,175); }
H1.HeaderClassName
{
color: #2424AF;
}
.AnyTagClassName
{
color: #2424AF;
}
</style>
background-color css
<style>
a { background-color: #2424AF; }
a { background-color: rgb(36,36,175); }
div.DivClassName
{
background-color: #2424AF;
}
.BgClassName
{
background-color: #2424AF;
}
</style>
border-color css
<style>
span { border-color: #2424AF; }
span { border-color: rgb(36,36,175); }
td.TdClassName
{
border-color: #2424AF;
}
.TagClassName
{
border-color: #2424AF;
}
</style>