Shades of Persian Blue #242ACD
Tints of Persian Blue #242ACD
RGB
CMYK
RGB Variations
Color information
#242ACD (or 0x242ACD) is known color: Persian Blue. HEX triplet: 24, 2A and CD. RGB value is (36,42,205). Sum of RGB (Red+Green+Blue) = 36+42+205=283 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.72% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 205 (80.47% from 255 or 72.44% from 283); Max value from RGB is 205 - color contains mainly: blue. Hex color #242ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242ACD is #DBD532. Grayscale: #3A3A3A. Windows color (decimal): -14406963 or 13445668. OLE color: 13445668.
HSL color Cylindrical-coordinate representation of color #242ACD: hue angle of 237.87º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #242ACD is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 42 | 205 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.20 |
| HSL | 237.87º | 0.7% | 0.47% | - |
| HSV(B) | 237.87º | 0.82% | 0.8% | - |
| XYZ | 12.57 | 6.44 | 58.34 | - |
| YUV | 58.79 | 210.51 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 205 | 0.82 | 0.80 | 0 | 0.20 | 237.87 | 0.7 | 0.47 |
| Hex | 24 | 2A | CD | 52 | 50 | 0 | 14 | EE | 46 | 2F |
| Octal | 44 | 52 | 315 | 122 | 120 | 0 | 24 | 356 | 106 | 57 |
| Binary | 100100 | 101010 | 11001101 | 1010010 | 1010000 | 0 | 10100 | 11101110 | 1000110 | 101111 |
Color Harmonies of #242ACD
Complementary color
Monochromatic Colors of #242ACD
Black with #242ACD
Text Example
Text Example
White with #242ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242ACD; }
p { color: rgb(36,42,205); }
H1.HeaderClassName
{
color: #242ACD;
}
.AnyTagClassName
{
color: #242ACD;
}
</style>
background-color css
<style>
a { background-color: #242ACD; }
a { background-color: rgb(36,42,205); }
div.DivClassName
{
background-color: #242ACD;
}
.BgClassName
{
background-color: #242ACD;
}
</style>
border-color css
<style>
span { border-color: #242ACD; }
span { border-color: rgb(36,42,205); }
td.TdClassName
{
border-color: #242ACD;
}
.TagClassName
{
border-color: #242ACD;
}
</style>