Shades of Persian Blue #242DDA
Tints of Persian Blue #242DDA
RGB
CMYK
RGB Variations
Color information
#242DDA (or 0x242DDA) is known color: Persian Blue. HEX triplet: 24, 2D and DA. RGB value is (36,45,218). Sum of RGB (Red+Green+Blue) = 36+45+218=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 218 (85.55% from 255 or 72.91% from 299); Max value from RGB is 218 - color contains mainly: blue. Hex color #242DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242DDA is #DBD225. Grayscale: #3D3D3D. Windows color (decimal): -14406182 or 14298404. OLE color: 14298404.
HSL color Cylindrical-coordinate representation of color #242DDA: hue angle of 237.03º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #242DDA is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 36 | 45 | 218 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.15 |
| HSL | 237.03º | 0.72% | 0.5% | - |
| HSV(B) | 237.03º | 0.83% | 0.85% | - |
| XYZ | 14.32 | 7.31 | 66.99 | - |
| YUV | 62.03 | 216.02 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 218 | 0.83 | 0.79 | 0 | 0.15 | 237.03 | 0.72 | 0.5 |
| Hex | 24 | 2D | DA | 53 | 4F | 0 | F | ED | 48 | 32 |
| Octal | 44 | 55 | 332 | 123 | 117 | 0 | 17 | 355 | 110 | 62 |
| Binary | 100100 | 101101 | 11011010 | 1010011 | 1001111 | 0 | 1111 | 11101101 | 1001000 | 110010 |
Color Harmonies of #242DDA
Complementary color
Monochromatic Colors of #242DDA
Black with #242DDA
Text Example
Text Example
White with #242DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242DDA; }
p { color: rgb(36,45,218); }
H1.HeaderClassName
{
color: #242DDA;
}
.AnyTagClassName
{
color: #242DDA;
}
</style>
background-color css
<style>
a { background-color: #242DDA; }
a { background-color: rgb(36,45,218); }
div.DivClassName
{
background-color: #242DDA;
}
.BgClassName
{
background-color: #242DDA;
}
</style>
border-color css
<style>
span { border-color: #242DDA; }
span { border-color: rgb(36,45,218); }
td.TdClassName
{
border-color: #242DDA;
}
.TagClassName
{
border-color: #242DDA;
}
</style>