Shades of Persian Blue #2724D0
Tints of Persian Blue #2724D0
RGB
CMYK
RGB Variations
Color information
#2724D0 (or 0x2724D0) is known color: Persian Blue. HEX triplet: 27, 24 and D0. RGB value is (39,36,208). Sum of RGB (Red+Green+Blue) = 39+36+208=283 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.78% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 208 (81.64% from 255 or 73.50% from 283); Max value from RGB is 208 - color contains mainly: blue. Hex color #2724D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2724D0 is #D8DB2F. Grayscale: #373737. Windows color (decimal): -14211888 or 13640743. OLE color: 13640743.
HSL color Cylindrical-coordinate representation of color #2724D0: hue angle of 241.05º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2724D0 is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 36 | 208 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.18 |
| HSL | 241.05º | 0.7% | 0.48% | - |
| HSV(B) | 241.05º | 0.83% | 0.82% | - |
| XYZ | 12.85 | 6.25 | 60.2 | - |
| YUV | 56.51 | 213.49 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 36 | 208 | 0.81 | 0.83 | 0 | 0.18 | 241.05 | 0.7 | 0.48 |
| Hex | 27 | 24 | D0 | 51 | 53 | 0 | 12 | F1 | 46 | 30 |
| Octal | 47 | 44 | 320 | 121 | 123 | 0 | 22 | 361 | 106 | 60 |
| Binary | 100111 | 100100 | 11010000 | 1010001 | 1010011 | 0 | 10010 | 11110001 | 1000110 | 110000 |
Color Harmonies of #2724D0
Complementary color
Monochromatic Colors of #2724D0
Black with #2724D0
Text Example
Text Example
White with #2724D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2724D0; }
p { color: rgb(39,36,208); }
H1.HeaderClassName
{
color: #2724D0;
}
.AnyTagClassName
{
color: #2724D0;
}
</style>
background-color css
<style>
a { background-color: #2724D0; }
a { background-color: rgb(39,36,208); }
div.DivClassName
{
background-color: #2724D0;
}
.BgClassName
{
background-color: #2724D0;
}
</style>
border-color css
<style>
span { border-color: #2724D0; }
span { border-color: rgb(39,36,208); }
td.TdClassName
{
border-color: #2724D0;
}
.TagClassName
{
border-color: #2724D0;
}
</style>