Shades of Persian Blue #253AD8
Tints of Persian Blue #253AD8
RGB
CMYK
RGB Variations
Color information
#253AD8 (or 0x253AD8) is known color: Persian Blue. HEX triplet: 25, 3A and D8. RGB value is (37,58,216). Sum of RGB (Red+Green+Blue) = 37+58+216=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 216 (84.77% from 255 or 69.45% from 311); Max value from RGB is 216 - color contains mainly: blue. Hex color #253AD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253AD8 is #DAC527. Grayscale: #454545. Windows color (decimal): -14337320 or 14170661. OLE color: 14170661.
HSL color Cylindrical-coordinate representation of color #253AD8: hue angle of 232.96º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #253AD8 is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 58 | 216 | - |
| CMYK | 0.83 | 0.73 | 0 | 0.15 |
| HSL | 232.96º | 0.71% | 0.5% | - |
| HSV(B) | 232.96º | 0.83% | 0.85% | - |
| XYZ | 14.67 | 8.38 | 65.81 | - |
| YUV | 69.73 | 210.54 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 58 | 216 | 0.83 | 0.73 | 0 | 0.15 | 232.96 | 0.71 | 0.5 |
| Hex | 25 | 3A | D8 | 53 | 49 | 0 | F | E9 | 47 | 32 |
| Octal | 45 | 72 | 330 | 123 | 111 | 0 | 17 | 351 | 107 | 62 |
| Binary | 100101 | 111010 | 11011000 | 1010011 | 1001001 | 0 | 1111 | 11101001 | 1000111 | 110010 |
Color Harmonies of #253AD8
Complementary color
Monochromatic Colors of #253AD8
Black with #253AD8
Text Example
Text Example
White with #253AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253AD8; }
p { color: rgb(37,58,216); }
H1.HeaderClassName
{
color: #253AD8;
}
.AnyTagClassName
{
color: #253AD8;
}
</style>
background-color css
<style>
a { background-color: #253AD8; }
a { background-color: rgb(37,58,216); }
div.DivClassName
{
background-color: #253AD8;
}
.BgClassName
{
background-color: #253AD8;
}
</style>
border-color css
<style>
span { border-color: #253AD8; }
span { border-color: rgb(37,58,216); }
td.TdClassName
{
border-color: #253AD8;
}
.TagClassName
{
border-color: #253AD8;
}
</style>