Shades of Persian Blue #242ACF
Tints of Persian Blue #242ACF
RGB
CMYK
RGB Variations
Color information
#242ACF (or 0x242ACF) is known color: Persian Blue. HEX triplet: 24, 2A and CF. RGB value is (36,42,207). Sum of RGB (Red+Green+Blue) = 36+42+207=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 207 (81.25% from 255 or 72.63% from 285); Max value from RGB is 207 - color contains mainly: blue. Hex color #242ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242ACF is #DBD530. Grayscale: #3A3A3A. Windows color (decimal): -14406961 or 13576740. OLE color: 13576740.
HSL color Cylindrical-coordinate representation of color #242ACF: hue angle of 237.89º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #242ACF is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 42 | 207 | - |
| CMYK | 0.83 | 0.80 | 0 | 0.19 |
| HSL | 237.89º | 0.7% | 0.48% | - |
| HSV(B) | 237.89º | 0.83% | 0.81% | - |
| XYZ | 12.82 | 6.54 | 59.62 | - |
| YUV | 59.02 | 211.51 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 207 | 0.83 | 0.80 | 0 | 0.19 | 237.89 | 0.7 | 0.48 |
| Hex | 24 | 2A | CF | 53 | 50 | 0 | 13 | EE | 46 | 30 |
| Octal | 44 | 52 | 317 | 123 | 120 | 0 | 23 | 356 | 106 | 60 |
| Binary | 100100 | 101010 | 11001111 | 1010011 | 1010000 | 0 | 10011 | 11101110 | 1000110 | 110000 |
Color Harmonies of #242ACF
Complementary color
Monochromatic Colors of #242ACF
Black with #242ACF
Text Example
Text Example
White with #242ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242ACF; }
p { color: rgb(36,42,207); }
H1.HeaderClassName
{
color: #242ACF;
}
.AnyTagClassName
{
color: #242ACF;
}
</style>
background-color css
<style>
a { background-color: #242ACF; }
a { background-color: rgb(36,42,207); }
div.DivClassName
{
background-color: #242ACF;
}
.BgClassName
{
background-color: #242ACF;
}
</style>
border-color css
<style>
span { border-color: #242ACF; }
span { border-color: rgb(36,42,207); }
td.TdClassName
{
border-color: #242ACF;
}
.TagClassName
{
border-color: #242ACF;
}
</style>