Shades of Persian Blue #242BED
Tints of Persian Blue #242BED
RGB
CMYK
RGB Variations
Color information
#242BED (or 0x242BED) is known color: Persian Blue. HEX triplet: 24, 2B and ED. RGB value is (36,43,237). Sum of RGB (Red+Green+Blue) = 36+43+237=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 237 (92.97% from 255 or 75% from 316); Max value from RGB is 237 - color contains mainly: blue. Hex color #242BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #242BED is #DBD412. Grayscale: #3E3E3E. Windows color (decimal): -14406675 or 15543076. OLE color: 15543076.
HSL color Cylindrical-coordinate representation of color #242BED: hue angle of 237.91º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #242BED is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 43 | 237 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.07 |
| HSL | 237.91º | 0.85% | 0.54% | - |
| HSV(B) | 237.91º | 0.85% | 0.93% | - |
| XYZ | 16.88 | 8.22 | 80.82 | - |
| YUV | 63.02 | 226.18 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 43 | 237 | 0.85 | 0.82 | 0 | 0.07 | 237.91 | 0.85 | 0.54 |
| Hex | 24 | 2B | ED | 55 | 52 | 0 | 7 | EE | 55 | 36 |
| Octal | 44 | 53 | 355 | 125 | 122 | 0 | 7 | 356 | 125 | 66 |
| Binary | 100100 | 101011 | 11101101 | 1010101 | 1010010 | 0 | 111 | 11101110 | 1010101 | 110110 |
Color Harmonies of #242BED
Complementary color
Monochromatic Colors of #242BED
Black with #242BED
Text Example
Text Example
White with #242BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242BED; }
p { color: rgb(36,43,237); }
H1.HeaderClassName
{
color: #242BED;
}
.AnyTagClassName
{
color: #242BED;
}
</style>
background-color css
<style>
a { background-color: #242BED; }
a { background-color: rgb(36,43,237); }
div.DivClassName
{
background-color: #242BED;
}
.BgClassName
{
background-color: #242BED;
}
</style>
border-color css
<style>
span { border-color: #242BED; }
span { border-color: rgb(36,43,237); }
td.TdClassName
{
border-color: #242BED;
}
.TagClassName
{
border-color: #242BED;
}
</style>