Shades of Persian Blue #253CE5
Tints of Persian Blue #253CE5
RGB
CMYK
RGB Variations
Color information
#253CE5 (or 0x253CE5) is known color: Persian Blue. HEX triplet: 25, 3C and E5. RGB value is (37,60,229). Sum of RGB (Red+Green+Blue) = 37+60+229=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 229 (89.84% from 255 or 70.25% from 326); Max value from RGB is 229 - color contains mainly: blue. Hex color #253CE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253CE5 is #DAC31A. Grayscale: #474747. Windows color (decimal): -14336795 or 15023141. OLE color: 15023141.
HSL color Cylindrical-coordinate representation of color #253CE5: hue angle of 232.81º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #253CE5 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 37 | 60 | 229 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.10 |
| HSL | 232.81º | 0.79% | 0.52% | - |
| HSV(B) | 232.81º | 0.84% | 0.9% | - |
| XYZ | 16.52 | 9.28 | 75.05 | - |
| YUV | 72.39 | 216.38 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 229 | 0.84 | 0.74 | 0 | 0.10 | 232.81 | 0.79 | 0.52 |
| Hex | 25 | 3C | E5 | 54 | 4A | 0 | A | E9 | 4F | 34 |
| Octal | 45 | 74 | 345 | 124 | 112 | 0 | 12 | 351 | 117 | 64 |
| Binary | 100101 | 111100 | 11100101 | 1010100 | 1001010 | 0 | 1010 | 11101001 | 1001111 | 110100 |
Color Harmonies of #253CE5
Complementary color
Monochromatic Colors of #253CE5
Black with #253CE5
Text Example
Text Example
White with #253CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253CE5; }
p { color: rgb(37,60,229); }
H1.HeaderClassName
{
color: #253CE5;
}
.AnyTagClassName
{
color: #253CE5;
}
</style>
background-color css
<style>
a { background-color: #253CE5; }
a { background-color: rgb(37,60,229); }
div.DivClassName
{
background-color: #253CE5;
}
.BgClassName
{
background-color: #253CE5;
}
</style>
border-color css
<style>
span { border-color: #253CE5; }
span { border-color: rgb(37,60,229); }
td.TdClassName
{
border-color: #253CE5;
}
.TagClassName
{
border-color: #253CE5;
}
</style>