Shades of Persian Blue #243CEA
Tints of Persian Blue #243CEA
RGB
CMYK
RGB Variations
Color information
#243CEA (or 0x243CEA) is known color: Persian Blue. HEX triplet: 24, 3C and EA. RGB value is (36,60,234). Sum of RGB (Red+Green+Blue) = 36+60+234=330 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.91% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 234 (91.80% from 255 or 70.91% from 330); Max value from RGB is 234 - color contains mainly: blue. Hex color #243CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #243CEA is #DBC315. Grayscale: #474747. Windows color (decimal): -14402326 or 15350820. OLE color: 15350820.
HSL color Cylindrical-coordinate representation of color #243CEA: hue angle of 232.73º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #243CEA is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 60 | 234 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.08 |
| HSL | 232.73º | 0.83% | 0.53% | - |
| HSV(B) | 232.73º | 0.85% | 0.92% | - |
| XYZ | 17.19 | 9.55 | 78.78 | - |
| YUV | 72.66 | 219.05 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 60 | 234 | 0.85 | 0.74 | 0 | 0.08 | 232.73 | 0.83 | 0.53 |
| Hex | 24 | 3C | EA | 55 | 4A | 0 | 8 | E9 | 52 | 35 |
| Octal | 44 | 74 | 352 | 125 | 112 | 0 | 10 | 351 | 122 | 65 |
| Binary | 100100 | 111100 | 11101010 | 1010101 | 1001010 | 0 | 1000 | 11101001 | 1010010 | 110101 |
Color Harmonies of #243CEA
Complementary color
Monochromatic Colors of #243CEA
Black with #243CEA
Text Example
Text Example
White with #243CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243CEA; }
p { color: rgb(36,60,234); }
H1.HeaderClassName
{
color: #243CEA;
}
.AnyTagClassName
{
color: #243CEA;
}
</style>
background-color css
<style>
a { background-color: #243CEA; }
a { background-color: rgb(36,60,234); }
div.DivClassName
{
background-color: #243CEA;
}
.BgClassName
{
background-color: #243CEA;
}
</style>
border-color css
<style>
span { border-color: #243CEA; }
span { border-color: rgb(36,60,234); }
td.TdClassName
{
border-color: #243CEA;
}
.TagClassName
{
border-color: #243CEA;
}
</style>