Shades of Persian Blue #243CEB
Tints of Persian Blue #243CEB
RGB
CMYK
RGB Variations
Color information
#243CEB (or 0x243CEB) is known color: Persian Blue. HEX triplet: 24, 3C and EB. RGB value is (36,60,235). Sum of RGB (Red+Green+Blue) = 36+60+235=331 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.88% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 235 (92.19% from 255 or 71.00% from 331); Max value from RGB is 235 - color contains mainly: blue. Hex color #243CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #243CEB is #DBC314. Grayscale: #484848. Windows color (decimal): -14402325 or 15416356. OLE color: 15416356.
HSL color Cylindrical-coordinate representation of color #243CEB: hue angle of 232.76º degrees, saturation: 0.83, 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 #243CEB is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 60 | 235 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.08 |
| HSL | 232.76º | 0.83% | 0.53% | - |
| HSV(B) | 232.76º | 0.85% | 0.92% | - |
| XYZ | 17.34 | 9.6 | 79.54 | - |
| YUV | 72.77 | 219.55 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 60 | 235 | 0.85 | 0.74 | 0 | 0.08 | 232.76 | 0.83 | 0.53 |
| Hex | 24 | 3C | EB | 55 | 4A | 0 | 8 | E9 | 53 | 35 |
| Octal | 44 | 74 | 353 | 125 | 112 | 0 | 10 | 351 | 123 | 65 |
| Binary | 100100 | 111100 | 11101011 | 1010101 | 1001010 | 0 | 1000 | 11101001 | 1010011 | 110101 |
Color Harmonies of #243CEB
Complementary color
Monochromatic Colors of #243CEB
Black with #243CEB
Text Example
Text Example
White with #243CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243CEB; }
p { color: rgb(36,60,235); }
H1.HeaderClassName
{
color: #243CEB;
}
.AnyTagClassName
{
color: #243CEB;
}
</style>
background-color css
<style>
a { background-color: #243CEB; }
a { background-color: rgb(36,60,235); }
div.DivClassName
{
background-color: #243CEB;
}
.BgClassName
{
background-color: #243CEB;
}
</style>
border-color css
<style>
span { border-color: #243CEB; }
span { border-color: rgb(36,60,235); }
td.TdClassName
{
border-color: #243CEB;
}
.TagClassName
{
border-color: #243CEB;
}
</style>