Shades of Persian Blue #243EDD
Tints of Persian Blue #243EDD
RGB
CMYK
RGB Variations
Color information
#243EDD (or 0x243EDD) is known color: Persian Blue. HEX triplet: 24, 3E and DD. RGB value is (36,62,221). Sum of RGB (Red+Green+Blue) = 36+62+221=319 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.29% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #243EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243EDD is #DBC122. Grayscale: #474747. Windows color (decimal): -14401827 or 14499364. OLE color: 14499364.
HSL color Cylindrical-coordinate representation of color #243EDD: hue angle of 231.57º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #243EDD is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 62 | 221 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.13 |
| HSL | 231.57º | 0.73% | 0.5% | - |
| HSV(B) | 231.57º | 0.84% | 0.87% | - |
| XYZ | 15.5 | 9.04 | 69.33 | - |
| YUV | 72.35 | 211.89 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 62 | 221 | 0.84 | 0.72 | 0 | 0.13 | 231.57 | 0.73 | 0.5 |
| Hex | 24 | 3E | DD | 54 | 48 | 0 | D | E8 | 49 | 32 |
| Octal | 44 | 76 | 335 | 124 | 110 | 0 | 15 | 350 | 111 | 62 |
| Binary | 100100 | 111110 | 11011101 | 1010100 | 1001000 | 0 | 1101 | 11101000 | 1001001 | 110010 |
Color Harmonies of #243EDD
Complementary color
Monochromatic Colors of #243EDD
Black with #243EDD
Text Example
Text Example
White with #243EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243EDD; }
p { color: rgb(36,62,221); }
H1.HeaderClassName
{
color: #243EDD;
}
.AnyTagClassName
{
color: #243EDD;
}
</style>
background-color css
<style>
a { background-color: #243EDD; }
a { background-color: rgb(36,62,221); }
div.DivClassName
{
background-color: #243EDD;
}
.BgClassName
{
background-color: #243EDD;
}
</style>
border-color css
<style>
span { border-color: #243EDD; }
span { border-color: rgb(36,62,221); }
td.TdClassName
{
border-color: #243EDD;
}
.TagClassName
{
border-color: #243EDD;
}
</style>