Shades of Persian Blue #2724DD
Tints of Persian Blue #2724DD
RGB
CMYK
RGB Variations
Color information
#2724DD (or 0x2724DD) is known color: Persian Blue. HEX triplet: 27, 24 and DD. RGB value is (39,36,221). Sum of RGB (Red+Green+Blue) = 39+36+221=296 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.18% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 221 (86.72% from 255 or 74.66% from 296); Max value from RGB is 221 - color contains mainly: blue. Hex color #2724DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2724DD is #D8DB22. Grayscale: #393939. Windows color (decimal): -14211875 or 14492711. OLE color: 14492711.
HSL color Cylindrical-coordinate representation of color #2724DD: hue angle of 240.97º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2724DD is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 36 | 221 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.13 |
| HSL | 240.97º | 0.73% | 0.5% | - |
| HSV(B) | 240.97º | 0.84% | 0.87% | - |
| XYZ | 14.52 | 6.91 | 68.98 | - |
| YUV | 57.99 | 219.99 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 36 | 221 | 0.82 | 0.84 | 0 | 0.13 | 240.97 | 0.73 | 0.5 |
| Hex | 27 | 24 | DD | 52 | 54 | 0 | D | F1 | 49 | 32 |
| Octal | 47 | 44 | 335 | 122 | 124 | 0 | 15 | 361 | 111 | 62 |
| Binary | 100111 | 100100 | 11011101 | 1010010 | 1010100 | 0 | 1101 | 11110001 | 1001001 | 110010 |
Color Harmonies of #2724DD
Complementary color
Monochromatic Colors of #2724DD
Black with #2724DD
Text Example
Text Example
White with #2724DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2724DD; }
p { color: rgb(39,36,221); }
H1.HeaderClassName
{
color: #2724DD;
}
.AnyTagClassName
{
color: #2724DD;
}
</style>
background-color css
<style>
a { background-color: #2724DD; }
a { background-color: rgb(39,36,221); }
div.DivClassName
{
background-color: #2724DD;
}
.BgClassName
{
background-color: #2724DD;
}
</style>
border-color css
<style>
span { border-color: #2724DD; }
span { border-color: rgb(39,36,221); }
td.TdClassName
{
border-color: #2724DD;
}
.TagClassName
{
border-color: #2724DD;
}
</style>