Shades of Persian Blue #243BE0
Tints of Persian Blue #243BE0
RGB
CMYK
RGB Variations
Color information
#243BE0 (or 0x243BE0) is known color: Persian Blue. HEX triplet: 24, 3B and E0. RGB value is (36,59,224). Sum of RGB (Red+Green+Blue) = 36+59+224=319 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.29% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 224 (87.89% from 255 or 70.22% from 319); Max value from RGB is 224 - color contains mainly: blue. Hex color #243BE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243BE0 is #DBC41F. Grayscale: #464646. Windows color (decimal): -14402592 or 14695204. OLE color: 14695204.
HSL color Cylindrical-coordinate representation of color #243BE0: hue angle of 232.66º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #243BE0 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 36 | 59 | 224 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.12 |
| HSL | 232.66º | 0.75% | 0.51% | - |
| HSV(B) | 232.66º | 0.84% | 0.88% | - |
| XYZ | 15.75 | 8.88 | 71.41 | - |
| YUV | 70.93 | 214.38 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 59 | 224 | 0.84 | 0.74 | 0 | 0.12 | 232.66 | 0.75 | 0.51 |
| Hex | 24 | 3B | E0 | 54 | 4A | 0 | C | E9 | 4B | 33 |
| Octal | 44 | 73 | 340 | 124 | 112 | 0 | 14 | 351 | 113 | 63 |
| Binary | 100100 | 111011 | 11100000 | 1010100 | 1001010 | 0 | 1100 | 11101001 | 1001011 | 110011 |
Color Harmonies of #243BE0
Complementary color
Monochromatic Colors of #243BE0
Black with #243BE0
Text Example
Text Example
White with #243BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243BE0; }
p { color: rgb(36,59,224); }
H1.HeaderClassName
{
color: #243BE0;
}
.AnyTagClassName
{
color: #243BE0;
}
</style>
background-color css
<style>
a { background-color: #243BE0; }
a { background-color: rgb(36,59,224); }
div.DivClassName
{
background-color: #243BE0;
}
.BgClassName
{
background-color: #243BE0;
}
</style>
border-color css
<style>
span { border-color: #243BE0; }
span { border-color: rgb(36,59,224); }
td.TdClassName
{
border-color: #243BE0;
}
.TagClassName
{
border-color: #243BE0;
}
</style>