Shades of Persian Blue #253CE0
Tints of Persian Blue #253CE0
RGB
CMYK
RGB Variations
Color information
#253CE0 (or 0x253CE0) is known color: Persian Blue. HEX triplet: 25, 3C and E0. RGB value is (37,60,224). Sum of RGB (Red+Green+Blue) = 37+60+224=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 224 (87.89% from 255 or 69.78% from 321); Max value from RGB is 224 - color contains mainly: blue. Hex color #253CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253CE0 is #DAC31F. Grayscale: #474747. Windows color (decimal): -14336800 or 14695461. OLE color: 14695461.
HSL color Cylindrical-coordinate representation of color #253CE0: hue angle of 232.62º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #253CE0 is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 60 | 224 | - |
| CMYK | 0.83 | 0.73 | 0 | 0.12 |
| HSL | 232.62º | 0.75% | 0.51% | - |
| HSV(B) | 232.62º | 0.83% | 0.88% | - |
| XYZ | 15.83 | 9.01 | 71.43 | - |
| YUV | 71.82 | 213.88 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 224 | 0.83 | 0.73 | 0 | 0.12 | 232.62 | 0.75 | 0.51 |
| Hex | 25 | 3C | E0 | 53 | 49 | 0 | C | E9 | 4B | 33 |
| Octal | 45 | 74 | 340 | 123 | 111 | 0 | 14 | 351 | 113 | 63 |
| Binary | 100101 | 111100 | 11100000 | 1010011 | 1001001 | 0 | 1100 | 11101001 | 1001011 | 110011 |
Color Harmonies of #253CE0
Complementary color
Monochromatic Colors of #253CE0
Black with #253CE0
Text Example
Text Example
White with #253CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253CE0; }
p { color: rgb(37,60,224); }
H1.HeaderClassName
{
color: #253CE0;
}
.AnyTagClassName
{
color: #253CE0;
}
</style>
background-color css
<style>
a { background-color: #253CE0; }
a { background-color: rgb(37,60,224); }
div.DivClassName
{
background-color: #253CE0;
}
.BgClassName
{
background-color: #253CE0;
}
</style>
border-color css
<style>
span { border-color: #253CE0; }
span { border-color: rgb(37,60,224); }
td.TdClassName
{
border-color: #253CE0;
}
.TagClassName
{
border-color: #253CE0;
}
</style>