Shades of Persian Blue #242DDC
Tints of Persian Blue #242DDC
RGB
CMYK
RGB Variations
Color information
#242DDC (or 0x242DDC) is known color: Persian Blue. HEX triplet: 24, 2D and DC. RGB value is (36,45,220). Sum of RGB (Red+Green+Blue) = 36+45+220=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 220 (86.33% from 255 or 73.09% from 301); Max value from RGB is 220 - color contains mainly: blue. Hex color #242DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242DDC is #DBD223. Grayscale: #3D3D3D. Windows color (decimal): -14406180 or 14429476. OLE color: 14429476.
HSL color Cylindrical-coordinate representation of color #242DDC: hue angle of 237.07º 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 #242DDC is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 45 | 220 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.14 |
| HSL | 237.07º | 0.72% | 0.5% | - |
| HSV(B) | 237.07º | 0.84% | 0.86% | - |
| XYZ | 14.58 | 7.42 | 68.37 | - |
| YUV | 62.26 | 217.02 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 220 | 0.84 | 0.80 | 0 | 0.14 | 237.07 | 0.72 | 0.5 |
| Hex | 24 | 2D | DC | 54 | 50 | 0 | E | ED | 48 | 32 |
| Octal | 44 | 55 | 334 | 124 | 120 | 0 | 16 | 355 | 110 | 62 |
| Binary | 100100 | 101101 | 11011100 | 1010100 | 1010000 | 0 | 1110 | 11101101 | 1001000 | 110010 |
Color Harmonies of #242DDC
Complementary color
Monochromatic Colors of #242DDC
Black with #242DDC
Text Example
Text Example
White with #242DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242DDC; }
p { color: rgb(36,45,220); }
H1.HeaderClassName
{
color: #242DDC;
}
.AnyTagClassName
{
color: #242DDC;
}
</style>
background-color css
<style>
a { background-color: #242DDC; }
a { background-color: rgb(36,45,220); }
div.DivClassName
{
background-color: #242DDC;
}
.BgClassName
{
background-color: #242DDC;
}
</style>
border-color css
<style>
span { border-color: #242DDC; }
span { border-color: rgb(36,45,220); }
td.TdClassName
{
border-color: #242DDC;
}
.TagClassName
{
border-color: #242DDC;
}
</style>