Shades of Persian Blue #253EE1
Tints of Persian Blue #253EE1
RGB
CMYK
RGB Variations
Color information
#253EE1 (or 0x253EE1) is known color: Persian Blue. HEX triplet: 25, 3E and E1. RGB value is (37,62,225). Sum of RGB (Red+Green+Blue) = 37+62+225=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 225 (88.28% from 255 or 69.44% from 324); Max value from RGB is 225 - color contains mainly: blue. Hex color #253EE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253EE1 is #DAC11E. Grayscale: #484848. Windows color (decimal): -14336287 or 14761509. OLE color: 14761509.
HSL color Cylindrical-coordinate representation of color #253EE1: hue angle of 232.02º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #253EE1 is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 62 | 225 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.12 |
| HSL | 232.02º | 0.76% | 0.51% | - |
| HSV(B) | 232.02º | 0.84% | 0.88% | - |
| XYZ | 16.08 | 9.27 | 72.18 | - |
| YUV | 73.11 | 213.72 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 62 | 225 | 0.84 | 0.72 | 0 | 0.12 | 232.02 | 0.76 | 0.51 |
| Hex | 25 | 3E | E1 | 54 | 48 | 0 | C | E8 | 4C | 33 |
| Octal | 45 | 76 | 341 | 124 | 110 | 0 | 14 | 350 | 114 | 63 |
| Binary | 100101 | 111110 | 11100001 | 1010100 | 1001000 | 0 | 1100 | 11101000 | 1001100 | 110011 |
Color Harmonies of #253EE1
Complementary color
Monochromatic Colors of #253EE1
Black with #253EE1
Text Example
Text Example
White with #253EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253EE1; }
p { color: rgb(37,62,225); }
H1.HeaderClassName
{
color: #253EE1;
}
.AnyTagClassName
{
color: #253EE1;
}
</style>
background-color css
<style>
a { background-color: #253EE1; }
a { background-color: rgb(37,62,225); }
div.DivClassName
{
background-color: #253EE1;
}
.BgClassName
{
background-color: #253EE1;
}
</style>
border-color css
<style>
span { border-color: #253EE1; }
span { border-color: rgb(37,62,225); }
td.TdClassName
{
border-color: #253EE1;
}
.TagClassName
{
border-color: #253EE1;
}
</style>