Shades of Persian Blue #242ADD
Tints of Persian Blue #242ADD
RGB
CMYK
RGB Variations
Color information
#242ADD (or 0x242ADD) is known color: Persian Blue. HEX triplet: 24, 2A and DD. RGB value is (36,42,221). Sum of RGB (Red+Green+Blue) = 36+42+221=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 221 (86.72% from 255 or 73.91% from 299); Max value from RGB is 221 - color contains mainly: blue. Hex color #242ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242ADD is #DBD522. Grayscale: #3B3B3B. Windows color (decimal): -14406947 or 14494244. OLE color: 14494244.
HSL color Cylindrical-coordinate representation of color #242ADD: hue angle of 238.05º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #242ADD is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 42 | 221 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.13 |
| HSL | 238.05º | 0.73% | 0.5% | - |
| HSV(B) | 238.05º | 0.84% | 0.87% | - |
| XYZ | 14.61 | 7.25 | 69.04 | - |
| YUV | 60.61 | 218.51 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 221 | 0.84 | 0.81 | 0 | 0.13 | 238.05 | 0.73 | 0.5 |
| Hex | 24 | 2A | DD | 54 | 51 | 0 | D | EE | 49 | 32 |
| Octal | 44 | 52 | 335 | 124 | 121 | 0 | 15 | 356 | 111 | 62 |
| Binary | 100100 | 101010 | 11011101 | 1010100 | 1010001 | 0 | 1101 | 11101110 | 1001001 | 110010 |
Color Harmonies of #242ADD
Complementary color
Monochromatic Colors of #242ADD
Black with #242ADD
Text Example
Text Example
White with #242ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242ADD; }
p { color: rgb(36,42,221); }
H1.HeaderClassName
{
color: #242ADD;
}
.AnyTagClassName
{
color: #242ADD;
}
</style>
background-color css
<style>
a { background-color: #242ADD; }
a { background-color: rgb(36,42,221); }
div.DivClassName
{
background-color: #242ADD;
}
.BgClassName
{
background-color: #242ADD;
}
</style>
border-color css
<style>
span { border-color: #242ADD; }
span { border-color: rgb(36,42,221); }
td.TdClassName
{
border-color: #242ADD;
}
.TagClassName
{
border-color: #242ADD;
}
</style>