Shades of Persian Blue #243CE0
Tints of Persian Blue #243CE0
RGB
CMYK
RGB Variations
Color information
#243CE0 (or 0x243CE0) is known color: Persian Blue. HEX triplet: 24, 3C and E0. RGB value is (36,60,224). Sum of RGB (Red+Green+Blue) = 36+60+224=320 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.25% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 224 (87.89% from 255 or 70% from 320); Max value from RGB is 224 - color contains mainly: blue. Hex color #243CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243CE0 is #DBC31F. Grayscale: #464646. Windows color (decimal): -14402336 or 14695460. OLE color: 14695460.
HSL color Cylindrical-coordinate representation of color #243CE0: hue angle of 232.34º 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 #243CE0 is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 36 | 60 | 224 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.12 |
| HSL | 232.34º | 0.75% | 0.51% | - |
| HSV(B) | 232.34º | 0.84% | 0.88% | - |
| XYZ | 15.8 | 8.99 | 71.42 | - |
| YUV | 71.52 | 214.05 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 60 | 224 | 0.84 | 0.73 | 0 | 0.12 | 232.34 | 0.75 | 0.51 |
| Hex | 24 | 3C | E0 | 54 | 49 | 0 | C | E8 | 4B | 33 |
| Octal | 44 | 74 | 340 | 124 | 111 | 0 | 14 | 350 | 113 | 63 |
| Binary | 100100 | 111100 | 11100000 | 1010100 | 1001001 | 0 | 1100 | 11101000 | 1001011 | 110011 |
Color Harmonies of #243CE0
Complementary color
Monochromatic Colors of #243CE0
Black with #243CE0
Text Example
Text Example
White with #243CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243CE0; }
p { color: rgb(36,60,224); }
H1.HeaderClassName
{
color: #243CE0;
}
.AnyTagClassName
{
color: #243CE0;
}
</style>
background-color css
<style>
a { background-color: #243CE0; }
a { background-color: rgb(36,60,224); }
div.DivClassName
{
background-color: #243CE0;
}
.BgClassName
{
background-color: #243CE0;
}
</style>
border-color css
<style>
span { border-color: #243CE0; }
span { border-color: rgb(36,60,224); }
td.TdClassName
{
border-color: #243CE0;
}
.TagClassName
{
border-color: #243CE0;
}
</style>