Shades of Persian Blue #253CE7
Tints of Persian Blue #253CE7
RGB
CMYK
RGB Variations
Color information
#253CE7 (or 0x253CE7) is known color: Persian Blue. HEX triplet: 25, 3C and E7. RGB value is (37,60,231). Sum of RGB (Red+Green+Blue) = 37+60+231=328 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.28% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 231 (90.62% from 255 or 70.43% from 328); Max value from RGB is 231 - color contains mainly: blue. Hex color #253CE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253CE7 is #DAC318. Grayscale: #474747. Windows color (decimal): -14336793 or 15154213. OLE color: 15154213.
HSL color Cylindrical-coordinate representation of color #253CE7: hue angle of 232.89º degrees, saturation: 0.8, 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 #253CE7 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 60 | 231 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.09 |
| HSL | 232.89º | 0.8% | 0.53% | - |
| HSV(B) | 232.89º | 0.84% | 0.91% | - |
| XYZ | 16.8 | 9.39 | 76.53 | - |
| YUV | 72.62 | 217.38 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 231 | 0.84 | 0.74 | 0 | 0.09 | 232.89 | 0.8 | 0.53 |
| Hex | 25 | 3C | E7 | 54 | 4A | 0 | 9 | E9 | 50 | 35 |
| Octal | 45 | 74 | 347 | 124 | 112 | 0 | 11 | 351 | 120 | 65 |
| Binary | 100101 | 111100 | 11100111 | 1010100 | 1001010 | 0 | 1001 | 11101001 | 1010000 | 110101 |
Color Harmonies of #253CE7
Complementary color
Monochromatic Colors of #253CE7
Black with #253CE7
Text Example
Text Example
White with #253CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253CE7; }
p { color: rgb(37,60,231); }
H1.HeaderClassName
{
color: #253CE7;
}
.AnyTagClassName
{
color: #253CE7;
}
</style>
background-color css
<style>
a { background-color: #253CE7; }
a { background-color: rgb(37,60,231); }
div.DivClassName
{
background-color: #253CE7;
}
.BgClassName
{
background-color: #253CE7;
}
</style>
border-color css
<style>
span { border-color: #253CE7; }
span { border-color: rgb(37,60,231); }
td.TdClassName
{
border-color: #253CE7;
}
.TagClassName
{
border-color: #253CE7;
}
</style>