Shades of Persian Blue #242ADF
Tints of Persian Blue #242ADF
RGB
CMYK
RGB Variations
Color information
#242ADF (or 0x242ADF) is known color: Persian Blue. HEX triplet: 24, 2A and DF. RGB value is (36,42,223). Sum of RGB (Red+Green+Blue) = 36+42+223=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 223 (87.5% from 255 or 74.09% from 301); Max value from RGB is 223 - color contains mainly: blue. Hex color #242ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242ADF is #DBD520. Grayscale: #3C3C3C. Windows color (decimal): -14406945 or 14625316. OLE color: 14625316.
HSL color Cylindrical-coordinate representation of color #242ADF: hue angle of 238.07º 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 #242ADF is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 42 | 223 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.13 |
| HSL | 238.07º | 0.75% | 0.51% | - |
| HSV(B) | 238.07º | 0.84% | 0.87% | - |
| XYZ | 14.87 | 7.36 | 70.45 | - |
| YUV | 60.84 | 219.51 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 223 | 0.84 | 0.81 | 0 | 0.13 | 238.07 | 0.75 | 0.51 |
| Hex | 24 | 2A | DF | 54 | 51 | 0 | D | EE | 4B | 33 |
| Octal | 44 | 52 | 337 | 124 | 121 | 0 | 15 | 356 | 113 | 63 |
| Binary | 100100 | 101010 | 11011111 | 1010100 | 1010001 | 0 | 1101 | 11101110 | 1001011 | 110011 |
Color Harmonies of #242ADF
Complementary color
Monochromatic Colors of #242ADF
Black with #242ADF
Text Example
Text Example
White with #242ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242ADF; }
p { color: rgb(36,42,223); }
H1.HeaderClassName
{
color: #242ADF;
}
.AnyTagClassName
{
color: #242ADF;
}
</style>
background-color css
<style>
a { background-color: #242ADF; }
a { background-color: rgb(36,42,223); }
div.DivClassName
{
background-color: #242ADF;
}
.BgClassName
{
background-color: #242ADF;
}
</style>
border-color css
<style>
span { border-color: #242ADF; }
span { border-color: rgb(36,42,223); }
td.TdClassName
{
border-color: #242ADF;
}
.TagClassName
{
border-color: #242ADF;
}
</style>