Shades of Persian Blue #242BDC
Tints of Persian Blue #242BDC
RGB
CMYK
RGB Variations
Color information
#242BDC (or 0x242BDC) is known color: Persian Blue. HEX triplet: 24, 2B and DC. RGB value is (36,43,220). Sum of RGB (Red+Green+Blue) = 36+43+220=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 220 (86.33% from 255 or 73.58% from 299); Max value from RGB is 220 - color contains mainly: blue. Hex color #242BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242BDC is #DBD423. Grayscale: #3C3C3C. Windows color (decimal): -14406692 or 14428964. OLE color: 14428964.
HSL color Cylindrical-coordinate representation of color #242BDC: hue angle of 237.72º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #242BDC is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 43 | 220 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.14 |
| HSL | 237.72º | 0.72% | 0.5% | - |
| HSV(B) | 237.72º | 0.84% | 0.86% | - |
| XYZ | 14.51 | 7.27 | 68.35 | - |
| YUV | 61.09 | 217.68 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 43 | 220 | 0.84 | 0.80 | 0 | 0.14 | 237.72 | 0.72 | 0.5 |
| Hex | 24 | 2B | DC | 54 | 50 | 0 | E | EE | 48 | 32 |
| Octal | 44 | 53 | 334 | 124 | 120 | 0 | 16 | 356 | 110 | 62 |
| Binary | 100100 | 101011 | 11011100 | 1010100 | 1010000 | 0 | 1110 | 11101110 | 1001000 | 110010 |
Color Harmonies of #242BDC
Complementary color
Monochromatic Colors of #242BDC
Black with #242BDC
Text Example
Text Example
White with #242BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242BDC; }
p { color: rgb(36,43,220); }
H1.HeaderClassName
{
color: #242BDC;
}
.AnyTagClassName
{
color: #242BDC;
}
</style>
background-color css
<style>
a { background-color: #242BDC; }
a { background-color: rgb(36,43,220); }
div.DivClassName
{
background-color: #242BDC;
}
.BgClassName
{
background-color: #242BDC;
}
</style>
border-color css
<style>
span { border-color: #242BDC; }
span { border-color: rgb(36,43,220); }
td.TdClassName
{
border-color: #242BDC;
}
.TagClassName
{
border-color: #242BDC;
}
</style>