Shades of Persian Blue #2024AD
Tints of Persian Blue #2024AD
RGB
CMYK
RGB Variations
Color information
#2024AD (or 0x2024AD) is known color: Persian Blue. HEX triplet: 20, 24 and AD. RGB value is (32,36,173). Sum of RGB (Red+Green+Blue) = 32+36+173=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 173 (67.97% from 255 or 71.78% from 241); Max value from RGB is 173 - color contains mainly: blue. Hex color #2024AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2024AD is #DFDB52. Grayscale: #313131. Windows color (decimal): -14670675 or 11346976. OLE color: 11346976.
HSL color Cylindrical-coordinate representation of color #2024AD: hue angle of 238.3º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2024AD is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 36 | 173 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.32 |
| HSL | 238.3º | 0.69% | 0.4% | - |
| HSV(B) | 238.3º | 0.82% | 0.68% | - |
| XYZ | 8.77 | 4.59 | 39.96 | - |
| YUV | 50.42 | 197.17 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 36 | 173 | 0.82 | 0.79 | 0 | 0.32 | 238.3 | 0.69 | 0.4 |
| Hex | 20 | 24 | AD | 52 | 4F | 0 | 20 | EE | 45 | 28 |
| Octal | 40 | 44 | 255 | 122 | 117 | 0 | 40 | 356 | 105 | 50 |
| Binary | 100000 | 100100 | 10101101 | 1010010 | 1001111 | 0 | 100000 | 11101110 | 1000101 | 101000 |
Color Harmonies of #2024AD
Complementary color
Monochromatic Colors of #2024AD
Black with #2024AD
Text Example
Text Example
White with #2024AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2024AD; }
p { color: rgb(32,36,173); }
H1.HeaderClassName
{
color: #2024AD;
}
.AnyTagClassName
{
color: #2024AD;
}
</style>
background-color css
<style>
a { background-color: #2024AD; }
a { background-color: rgb(32,36,173); }
div.DivClassName
{
background-color: #2024AD;
}
.BgClassName
{
background-color: #2024AD;
}
</style>
border-color css
<style>
span { border-color: #2024AD; }
span { border-color: rgb(32,36,173); }
td.TdClassName
{
border-color: #2024AD;
}
.TagClassName
{
border-color: #2024AD;
}
</style>