Shades of Persian Blue #242DC8
Tints of Persian Blue #242DC8
RGB
CMYK
RGB Variations
Color information
#242DC8 (or 0x242DC8) is known color: Persian Blue. HEX triplet: 24, 2D and C8. RGB value is (36,45,200). Sum of RGB (Red+Green+Blue) = 36+45+200=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 200 (78.52% from 255 or 71.17% from 281); Max value from RGB is 200 - color contains mainly: blue. Hex color #242DC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242DC8 is #DBD237. Grayscale: #3B3B3B. Windows color (decimal): -14406200 or 13118756. OLE color: 13118756.
HSL color Cylindrical-coordinate representation of color #242DC8: hue angle of 236.71º 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 #242DC8 is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 36 | 45 | 200 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.22 |
| HSL | 236.71º | 0.69% | 0.46% | - |
| HSV(B) | 236.71º | 0.82% | 0.78% | - |
| XYZ | 12.09 | 6.42 | 55.25 | - |
| YUV | 59.98 | 207.02 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 200 | 0.82 | 0.78 | 0 | 0.22 | 236.71 | 0.69 | 0.46 |
| Hex | 24 | 2D | C8 | 52 | 4E | 0 | 16 | ED | 45 | 2E |
| Octal | 44 | 55 | 310 | 122 | 116 | 0 | 26 | 355 | 105 | 56 |
| Binary | 100100 | 101101 | 11001000 | 1010010 | 1001110 | 0 | 10110 | 11101101 | 1000101 | 101110 |
Color Harmonies of #242DC8
Complementary color
Monochromatic Colors of #242DC8
Black with #242DC8
Text Example
Text Example
White with #242DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242DC8; }
p { color: rgb(36,45,200); }
H1.HeaderClassName
{
color: #242DC8;
}
.AnyTagClassName
{
color: #242DC8;
}
</style>
background-color css
<style>
a { background-color: #242DC8; }
a { background-color: rgb(36,45,200); }
div.DivClassName
{
background-color: #242DC8;
}
.BgClassName
{
background-color: #242DC8;
}
</style>
border-color css
<style>
span { border-color: #242DC8; }
span { border-color: rgb(36,45,200); }
td.TdClassName
{
border-color: #242DC8;
}
.TagClassName
{
border-color: #242DC8;
}
</style>