Shades of Persian Blue #2430EB
Tints of Persian Blue #2430EB
RGB
CMYK
RGB Variations
Color information
#2430EB (or 0x2430EB) is known color: Persian Blue. HEX triplet: 24, 30 and EB. RGB value is (36,48,235). Sum of RGB (Red+Green+Blue) = 36+48+235=319 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.29% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 235 (92.19% from 255 or 73.67% from 319); Max value from RGB is 235 - color contains mainly: blue. Hex color #2430EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2430EB is #DBCF14. Grayscale: #404040. Windows color (decimal): -14405397 or 15413284. OLE color: 15413284.
HSL color Cylindrical-coordinate representation of color #2430EB: hue angle of 236.38º 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 #2430EB is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 48 | 235 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.08 |
| HSL | 236.38º | 0.83% | 0.53% | - |
| HSV(B) | 236.38º | 0.85% | 0.92% | - |
| XYZ | 16.78 | 8.49 | 79.35 | - |
| YUV | 65.73 | 223.52 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 48 | 235 | 0.85 | 0.80 | 0 | 0.08 | 236.38 | 0.83 | 0.53 |
| Hex | 24 | 30 | EB | 55 | 50 | 0 | 8 | EC | 53 | 35 |
| Octal | 44 | 60 | 353 | 125 | 120 | 0 | 10 | 354 | 123 | 65 |
| Binary | 100100 | 110000 | 11101011 | 1010101 | 1010000 | 0 | 1000 | 11101100 | 1010011 | 110101 |
Color Harmonies of #2430EB
Complementary color
Monochromatic Colors of #2430EB
Black with #2430EB
Text Example
Text Example
White with #2430EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2430EB; }
p { color: rgb(36,48,235); }
H1.HeaderClassName
{
color: #2430EB;
}
.AnyTagClassName
{
color: #2430EB;
}
</style>
background-color css
<style>
a { background-color: #2430EB; }
a { background-color: rgb(36,48,235); }
div.DivClassName
{
background-color: #2430EB;
}
.BgClassName
{
background-color: #2430EB;
}
</style>
border-color css
<style>
span { border-color: #2430EB; }
span { border-color: rgb(36,48,235); }
td.TdClassName
{
border-color: #2430EB;
}
.TagClassName
{
border-color: #2430EB;
}
</style>