Shades of Persian Blue #253CA9
Tints of Persian Blue #253CA9
RGB
CMYK
RGB Variations
Color information
#253CA9 (or 0x253CA9) is known color: Persian Blue. HEX triplet: 25, 3C and A9. RGB value is (37,60,169). Sum of RGB (Red+Green+Blue) = 37+60+169=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 169 (66.41% from 255 or 63.53% from 266); Max value from RGB is 169 - color contains mainly: blue. Hex color #253CA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253CA9 is #DAC356. Grayscale: #414141. Windows color (decimal): -14336855 or 11090981. OLE color: 11090981.
HSL color Cylindrical-coordinate representation of color #253CA9: hue angle of 229.55º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #253CA9 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 37 | 60 | 169 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.34 |
| HSL | 229.55º | 0.64% | 0.4% | - |
| HSV(B) | 229.55º | 0.78% | 0.66% | - |
| XYZ | 9.54 | 6.49 | 38.29 | - |
| YUV | 65.55 | 186.38 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 169 | 0.78 | 0.64 | 0 | 0.34 | 229.55 | 0.64 | 0.4 |
| Hex | 25 | 3C | A9 | 4E | 40 | 0 | 22 | E6 | 40 | 28 |
| Octal | 45 | 74 | 251 | 116 | 100 | 0 | 42 | 346 | 100 | 50 |
| Binary | 100101 | 111100 | 10101001 | 1001110 | 1000000 | 0 | 100010 | 11100110 | 1000000 | 101000 |
Color Harmonies of #253CA9
Complementary color
Monochromatic Colors of #253CA9
Black with #253CA9
Text Example
Text Example
White with #253CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253CA9; }
p { color: rgb(37,60,169); }
H1.HeaderClassName
{
color: #253CA9;
}
.AnyTagClassName
{
color: #253CA9;
}
</style>
background-color css
<style>
a { background-color: #253CA9; }
a { background-color: rgb(37,60,169); }
div.DivClassName
{
background-color: #253CA9;
}
.BgClassName
{
background-color: #253CA9;
}
</style>
border-color css
<style>
span { border-color: #253CA9; }
span { border-color: rgb(37,60,169); }
td.TdClassName
{
border-color: #253CA9;
}
.TagClassName
{
border-color: #253CA9;
}
</style>