Shades of Persian Blue #2824D0
Tints of Persian Blue #2824D0
RGB
CMYK
RGB Variations
Color information
#2824D0 (or 0x2824D0) is known color: Persian Blue. HEX triplet: 28, 24 and D0. RGB value is (40,36,208). Sum of RGB (Red+Green+Blue) = 40+36+208=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 208 (81.64% from 255 or 73.24% from 284); Max value from RGB is 208 - color contains mainly: blue. Hex color #2824D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2824D0 is #D7DB2F. Grayscale: #383838. Windows color (decimal): -14146352 or 13640744. OLE color: 13640744.
HSL color Cylindrical-coordinate representation of color #2824D0: hue angle of 241.4º 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 #2824D0 is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 36 | 208 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.18 |
| HSL | 241.4º | 0.7% | 0.48% | - |
| HSV(B) | 241.4º | 0.83% | 0.82% | - |
| XYZ | 12.89 | 6.27 | 60.2 | - |
| YUV | 56.8 | 213.33 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 36 | 208 | 0.81 | 0.83 | 0 | 0.18 | 241.4 | 0.7 | 0.48 |
| Hex | 28 | 24 | D0 | 51 | 53 | 0 | 12 | F1 | 46 | 30 |
| Octal | 50 | 44 | 320 | 121 | 123 | 0 | 22 | 361 | 106 | 60 |
| Binary | 101000 | 100100 | 11010000 | 1010001 | 1010011 | 0 | 10010 | 11110001 | 1000110 | 110000 |
Color Harmonies of #2824D0
Complementary color
Monochromatic Colors of #2824D0
Black with #2824D0
Text Example
Text Example
White with #2824D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2824D0; }
p { color: rgb(40,36,208); }
H1.HeaderClassName
{
color: #2824D0;
}
.AnyTagClassName
{
color: #2824D0;
}
</style>
background-color css
<style>
a { background-color: #2824D0; }
a { background-color: rgb(40,36,208); }
div.DivClassName
{
background-color: #2824D0;
}
.BgClassName
{
background-color: #2824D0;
}
</style>
border-color css
<style>
span { border-color: #2824D0; }
span { border-color: rgb(40,36,208); }
td.TdClassName
{
border-color: #2824D0;
}
.TagClassName
{
border-color: #2824D0;
}
</style>