Shades of Persian Blue #253CE9
Tints of Persian Blue #253CE9
RGB
CMYK
RGB Variations
Color information
#253CE9 (or 0x253CE9) is known color: Persian Blue. HEX triplet: 25, 3C and E9. RGB value is (37,60,233). Sum of RGB (Red+Green+Blue) = 37+60+233=330 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.21% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 233 (91.41% from 255 or 70.61% from 330); Max value from RGB is 233 - color contains mainly: blue. Hex color #253CE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253CE9 is #DAC316. Grayscale: #484848. Windows color (decimal): -14336791 or 15285285. OLE color: 15285285.
HSL color Cylindrical-coordinate representation of color #253CE9: hue angle of 232.96º degrees, saturation: 0.82, 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 #253CE9 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 60 | 233 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.09 |
| HSL | 232.96º | 0.82% | 0.53% | - |
| HSV(B) | 232.96º | 0.84% | 0.91% | - |
| XYZ | 17.09 | 9.51 | 78.03 | - |
| YUV | 72.85 | 218.38 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 233 | 0.84 | 0.74 | 0 | 0.09 | 232.96 | 0.82 | 0.53 |
| Hex | 25 | 3C | E9 | 54 | 4A | 0 | 9 | E9 | 52 | 35 |
| Octal | 45 | 74 | 351 | 124 | 112 | 0 | 11 | 351 | 122 | 65 |
| Binary | 100101 | 111100 | 11101001 | 1010100 | 1001010 | 0 | 1001 | 11101001 | 1010010 | 110101 |
Color Harmonies of #253CE9
Complementary color
Monochromatic Colors of #253CE9
Black with #253CE9
Text Example
Text Example
White with #253CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253CE9; }
p { color: rgb(37,60,233); }
H1.HeaderClassName
{
color: #253CE9;
}
.AnyTagClassName
{
color: #253CE9;
}
</style>
background-color css
<style>
a { background-color: #253CE9; }
a { background-color: rgb(37,60,233); }
div.DivClassName
{
background-color: #253CE9;
}
.BgClassName
{
background-color: #253CE9;
}
</style>
border-color css
<style>
span { border-color: #253CE9; }
span { border-color: rgb(37,60,233); }
td.TdClassName
{
border-color: #253CE9;
}
.TagClassName
{
border-color: #253CE9;
}
</style>