Shades of Persian Blue #253BA8
Tints of Persian Blue #253BA8
RGB
CMYK
RGB Variations
Color information
#253BA8 (or 0x253BA8) is known color: Persian Blue. HEX triplet: 25, 3B and A8. RGB value is (37,59,168). Sum of RGB (Red+Green+Blue) = 37+59+168=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 168 (66.02% from 255 or 63.64% from 264); Max value from RGB is 168 - color contains mainly: blue. Hex color #253BA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253BA8 is #DAC457. Grayscale: #404040. Windows color (decimal): -14337112 or 11025189. OLE color: 11025189.
HSL color Cylindrical-coordinate representation of color #253BA8: hue angle of 229.92º 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 #253BA8 is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 37 | 59 | 168 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.34 |
| HSL | 229.92º | 0.64% | 0.4% | - |
| HSV(B) | 229.92º | 0.78% | 0.66% | - |
| XYZ | 9.39 | 6.35 | 37.78 | - |
| YUV | 64.85 | 186.21 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 59 | 168 | 0.78 | 0.65 | 0 | 0.34 | 229.92 | 0.64 | 0.4 |
| Hex | 25 | 3B | A8 | 4E | 41 | 0 | 22 | E6 | 40 | 28 |
| Octal | 45 | 73 | 250 | 116 | 101 | 0 | 42 | 346 | 100 | 50 |
| Binary | 100101 | 111011 | 10101000 | 1001110 | 1000001 | 0 | 100010 | 11100110 | 1000000 | 101000 |
Color Harmonies of #253BA8
Complementary color
Monochromatic Colors of #253BA8
Black with #253BA8
Text Example
Text Example
White with #253BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253BA8; }
p { color: rgb(37,59,168); }
H1.HeaderClassName
{
color: #253BA8;
}
.AnyTagClassName
{
color: #253BA8;
}
</style>
background-color css
<style>
a { background-color: #253BA8; }
a { background-color: rgb(37,59,168); }
div.DivClassName
{
background-color: #253BA8;
}
.BgClassName
{
background-color: #253BA8;
}
</style>
border-color css
<style>
span { border-color: #253BA8; }
span { border-color: rgb(37,59,168); }
td.TdClassName
{
border-color: #253BA8;
}
.TagClassName
{
border-color: #253BA8;
}
</style>