Shades of Persian Blue #242CC8
Tints of Persian Blue #242CC8
RGB
CMYK
RGB Variations
Color information
#242CC8 (or 0x242CC8) is known color: Persian Blue. HEX triplet: 24, 2C and C8. RGB value is (36,44,200). Sum of RGB (Red+Green+Blue) = 36+44+200=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 200 (78.52% from 255 or 71.43% from 280); Max value from RGB is 200 - color contains mainly: blue. Hex color #242CC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242CC8 is #DBD337. Grayscale: #3A3A3A. Windows color (decimal): -14406456 or 13118500. OLE color: 13118500.
HSL color Cylindrical-coordinate representation of color #242CC8: hue angle of 237.07º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #242CC8 is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 36 | 44 | 200 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.22 |
| HSL | 237.07º | 0.69% | 0.46% | - |
| HSV(B) | 237.07º | 0.82% | 0.78% | - |
| XYZ | 12.05 | 6.35 | 55.23 | - |
| YUV | 59.39 | 207.35 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 44 | 200 | 0.82 | 0.78 | 0 | 0.22 | 237.07 | 0.69 | 0.46 |
| Hex | 24 | 2C | C8 | 52 | 4E | 0 | 16 | ED | 45 | 2E |
| Octal | 44 | 54 | 310 | 122 | 116 | 0 | 26 | 355 | 105 | 56 |
| Binary | 100100 | 101100 | 11001000 | 1010010 | 1001110 | 0 | 10110 | 11101101 | 1000101 | 101110 |
Color Harmonies of #242CC8
Complementary color
Monochromatic Colors of #242CC8
Black with #242CC8
Text Example
Text Example
White with #242CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242CC8; }
p { color: rgb(36,44,200); }
H1.HeaderClassName
{
color: #242CC8;
}
.AnyTagClassName
{
color: #242CC8;
}
</style>
background-color css
<style>
a { background-color: #242CC8; }
a { background-color: rgb(36,44,200); }
div.DivClassName
{
background-color: #242CC8;
}
.BgClassName
{
background-color: #242CC8;
}
</style>
border-color css
<style>
span { border-color: #242CC8; }
span { border-color: rgb(36,44,200); }
td.TdClassName
{
border-color: #242CC8;
}
.TagClassName
{
border-color: #242CC8;
}
</style>