Shades of Persian Blue #242ADA
Tints of Persian Blue #242ADA
RGB
CMYK
RGB Variations
Color information
#242ADA (or 0x242ADA) is known color: Persian Blue. HEX triplet: 24, 2A and DA. RGB value is (36,42,218). Sum of RGB (Red+Green+Blue) = 36+42+218=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 218 (85.55% from 255 or 73.65% from 296); Max value from RGB is 218 - color contains mainly: blue. Hex color #242ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242ADA is #DBD525. Grayscale: #3B3B3B. Windows color (decimal): -14406950 or 14297636. OLE color: 14297636.
HSL color Cylindrical-coordinate representation of color #242ADA: hue angle of 238.02º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #242ADA is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 36 | 42 | 218 | - |
| CMYK | 0.83 | 0.81 | 0 | 0.15 |
| HSL | 238.02º | 0.72% | 0.5% | - |
| HSV(B) | 238.02º | 0.83% | 0.85% | - |
| XYZ | 14.21 | 7.09 | 66.95 | - |
| YUV | 60.27 | 217.01 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 218 | 0.83 | 0.81 | 0 | 0.15 | 238.02 | 0.72 | 0.5 |
| Hex | 24 | 2A | DA | 53 | 51 | 0 | F | EE | 48 | 32 |
| Octal | 44 | 52 | 332 | 123 | 121 | 0 | 17 | 356 | 110 | 62 |
| Binary | 100100 | 101010 | 11011010 | 1010011 | 1010001 | 0 | 1111 | 11101110 | 1001000 | 110010 |
Color Harmonies of #242ADA
Complementary color
Monochromatic Colors of #242ADA
Black with #242ADA
Text Example
Text Example
White with #242ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242ADA; }
p { color: rgb(36,42,218); }
H1.HeaderClassName
{
color: #242ADA;
}
.AnyTagClassName
{
color: #242ADA;
}
</style>
background-color css
<style>
a { background-color: #242ADA; }
a { background-color: rgb(36,42,218); }
div.DivClassName
{
background-color: #242ADA;
}
.BgClassName
{
background-color: #242ADA;
}
</style>
border-color css
<style>
span { border-color: #242ADA; }
span { border-color: rgb(36,42,218); }
td.TdClassName
{
border-color: #242ADA;
}
.TagClassName
{
border-color: #242ADA;
}
</style>