Shades of Persian Blue #243CE8
Tints of Persian Blue #243CE8
RGB
CMYK
RGB Variations
Color information
#243CE8 (or 0x243CE8) is known color: Persian Blue. HEX triplet: 24, 3C and E8. RGB value is (36,60,232). Sum of RGB (Red+Green+Blue) = 36+60+232=328 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.98% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 232 (91.02% from 255 or 70.73% from 328); Max value from RGB is 232 - color contains mainly: blue. Hex color #243CE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #243CE8 is #DBC317. Grayscale: #474747. Windows color (decimal): -14402328 or 15219748. OLE color: 15219748.
HSL color Cylindrical-coordinate representation of color #243CE8: hue angle of 232.65º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #243CE8 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 60 | 232 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.09 |
| HSL | 232.65º | 0.81% | 0.53% | - |
| HSV(B) | 232.65º | 0.84% | 0.91% | - |
| XYZ | 16.91 | 9.43 | 77.27 | - |
| YUV | 72.43 | 218.05 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 60 | 232 | 0.84 | 0.74 | 0 | 0.09 | 232.65 | 0.81 | 0.53 |
| Hex | 24 | 3C | E8 | 54 | 4A | 0 | 9 | E9 | 51 | 35 |
| Octal | 44 | 74 | 350 | 124 | 112 | 0 | 11 | 351 | 121 | 65 |
| Binary | 100100 | 111100 | 11101000 | 1010100 | 1001010 | 0 | 1001 | 11101001 | 1010001 | 110101 |
Color Harmonies of #243CE8
Complementary color
Monochromatic Colors of #243CE8
Black with #243CE8
Text Example
Text Example
White with #243CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243CE8; }
p { color: rgb(36,60,232); }
H1.HeaderClassName
{
color: #243CE8;
}
.AnyTagClassName
{
color: #243CE8;
}
</style>
background-color css
<style>
a { background-color: #243CE8; }
a { background-color: rgb(36,60,232); }
div.DivClassName
{
background-color: #243CE8;
}
.BgClassName
{
background-color: #243CE8;
}
</style>
border-color css
<style>
span { border-color: #243CE8; }
span { border-color: rgb(36,60,232); }
td.TdClassName
{
border-color: #243CE8;
}
.TagClassName
{
border-color: #243CE8;
}
</style>