Shades of Persian Blue #242CCA
Tints of Persian Blue #242CCA
RGB
CMYK
RGB Variations
Color information
#242CCA (or 0x242CCA) is known color: Persian Blue. HEX triplet: 24, 2C and CA. RGB value is (36,44,202). Sum of RGB (Red+Green+Blue) = 36+44+202=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 202 (79.30% from 255 or 71.63% from 282); Max value from RGB is 202 - color contains mainly: blue. Hex color #242CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242CCA is #DBD335. Grayscale: #3A3A3A. Windows color (decimal): -14406454 or 13249572. OLE color: 13249572.
HSL color Cylindrical-coordinate representation of color #242CCA: hue angle of 237.11º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #242CCA is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 36 | 44 | 202 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.21 |
| HSL | 237.11º | 0.7% | 0.47% | - |
| HSV(B) | 237.11º | 0.82% | 0.79% | - |
| XYZ | 12.29 | 6.44 | 56.47 | - |
| YUV | 59.62 | 208.35 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 44 | 202 | 0.82 | 0.78 | 0 | 0.21 | 237.11 | 0.7 | 0.47 |
| Hex | 24 | 2C | CA | 52 | 4E | 0 | 15 | ED | 46 | 2F |
| Octal | 44 | 54 | 312 | 122 | 116 | 0 | 25 | 355 | 106 | 57 |
| Binary | 100100 | 101100 | 11001010 | 1010010 | 1001110 | 0 | 10101 | 11101101 | 1000110 | 101111 |
Color Harmonies of #242CCA
Complementary color
Monochromatic Colors of #242CCA
Black with #242CCA
Text Example
Text Example
White with #242CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242CCA; }
p { color: rgb(36,44,202); }
H1.HeaderClassName
{
color: #242CCA;
}
.AnyTagClassName
{
color: #242CCA;
}
</style>
background-color css
<style>
a { background-color: #242CCA; }
a { background-color: rgb(36,44,202); }
div.DivClassName
{
background-color: #242CCA;
}
.BgClassName
{
background-color: #242CCA;
}
</style>
border-color css
<style>
span { border-color: #242CCA; }
span { border-color: rgb(36,44,202); }
td.TdClassName
{
border-color: #242CCA;
}
.TagClassName
{
border-color: #242CCA;
}
</style>