Shades of Persian Blue #2430E8
Tints of Persian Blue #2430E8
RGB
CMYK
RGB Variations
Color information
#2430E8 (or 0x2430E8) is known color: Persian Blue. HEX triplet: 24, 30 and E8. RGB value is (36,48,232). Sum of RGB (Red+Green+Blue) = 36+48+232=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 232 (91.02% from 255 or 73.42% from 316); Max value from RGB is 232 - color contains mainly: blue. Hex color #2430E8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2430E8 is #DBCF17. Grayscale: #404040. Windows color (decimal): -14405400 or 15216676. OLE color: 15216676.
HSL color Cylindrical-coordinate representation of color #2430E8: hue angle of 236.33º 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 #2430E8 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 48 | 232 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.09 |
| HSL | 236.33º | 0.81% | 0.53% | - |
| HSV(B) | 236.33º | 0.84% | 0.91% | - |
| XYZ | 16.35 | 8.32 | 77.09 | - |
| YUV | 65.39 | 222.02 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 48 | 232 | 0.84 | 0.79 | 0 | 0.09 | 236.33 | 0.81 | 0.53 |
| Hex | 24 | 30 | E8 | 54 | 4F | 0 | 9 | EC | 51 | 35 |
| Octal | 44 | 60 | 350 | 124 | 117 | 0 | 11 | 354 | 121 | 65 |
| Binary | 100100 | 110000 | 11101000 | 1010100 | 1001111 | 0 | 1001 | 11101100 | 1010001 | 110101 |
Color Harmonies of #2430E8
Complementary color
Monochromatic Colors of #2430E8
Black with #2430E8
Text Example
Text Example
White with #2430E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2430E8; }
p { color: rgb(36,48,232); }
H1.HeaderClassName
{
color: #2430E8;
}
.AnyTagClassName
{
color: #2430E8;
}
</style>
background-color css
<style>
a { background-color: #2430E8; }
a { background-color: rgb(36,48,232); }
div.DivClassName
{
background-color: #2430E8;
}
.BgClassName
{
background-color: #2430E8;
}
</style>
border-color css
<style>
span { border-color: #2430E8; }
span { border-color: rgb(36,48,232); }
td.TdClassName
{
border-color: #2430E8;
}
.TagClassName
{
border-color: #2430E8;
}
</style>