Shades of Persian Blue #2824DF
Tints of Persian Blue #2824DF
RGB
CMYK
RGB Variations
Color information
#2824DF (or 0x2824DF) is known color: Persian Blue. HEX triplet: 28, 24 and DF. RGB value is (40,36,223). Sum of RGB (Red+Green+Blue) = 40+36+223=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 223 (87.5% from 255 or 74.58% from 299); Max value from RGB is 223 - color contains mainly: blue. Hex color #2824DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2824DF is #D7DB20. Grayscale: #393939. Windows color (decimal): -14146337 or 14623784. OLE color: 14623784.
HSL color Cylindrical-coordinate representation of color #2824DF: hue angle of 241.28º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2824DF is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 36 | 223 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.13 |
| HSL | 241.28º | 0.75% | 0.51% | - |
| HSV(B) | 241.28º | 0.84% | 0.87% | - |
| XYZ | 14.83 | 7.04 | 70.39 | - |
| YUV | 58.51 | 220.83 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 36 | 223 | 0.82 | 0.84 | 0 | 0.13 | 241.28 | 0.75 | 0.51 |
| Hex | 28 | 24 | DF | 52 | 54 | 0 | D | F1 | 4B | 33 |
| Octal | 50 | 44 | 337 | 122 | 124 | 0 | 15 | 361 | 113 | 63 |
| Binary | 101000 | 100100 | 11011111 | 1010010 | 1010100 | 0 | 1101 | 11110001 | 1001011 | 110011 |
Color Harmonies of #2824DF
Complementary color
Monochromatic Colors of #2824DF
Black with #2824DF
Text Example
Text Example
White with #2824DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2824DF; }
p { color: rgb(40,36,223); }
H1.HeaderClassName
{
color: #2824DF;
}
.AnyTagClassName
{
color: #2824DF;
}
</style>
background-color css
<style>
a { background-color: #2824DF; }
a { background-color: rgb(40,36,223); }
div.DivClassName
{
background-color: #2824DF;
}
.BgClassName
{
background-color: #2824DF;
}
</style>
border-color css
<style>
span { border-color: #2824DF; }
span { border-color: rgb(40,36,223); }
td.TdClassName
{
border-color: #2824DF;
}
.TagClassName
{
border-color: #2824DF;
}
</style>