Shades of Persian Blue #253AD6
Tints of Persian Blue #253AD6
RGB
CMYK
RGB Variations
Color information
#253AD6 (or 0x253AD6) is known color: Persian Blue. HEX triplet: 25, 3A and D6. RGB value is (37,58,214). Sum of RGB (Red+Green+Blue) = 37+58+214=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 214 (83.98% from 255 or 69.26% from 309); Max value from RGB is 214 - color contains mainly: blue. Hex color #253AD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253AD6 is #DAC529. Grayscale: #444444. Windows color (decimal): -14337322 or 14039589. OLE color: 14039589.
HSL color Cylindrical-coordinate representation of color #253AD6: hue angle of 232.88º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #253AD6 is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 58 | 214 | - |
| CMYK | 0.83 | 0.73 | 0 | 0.16 |
| HSL | 232.88º | 0.71% | 0.49% | - |
| HSV(B) | 232.88º | 0.83% | 0.84% | - |
| XYZ | 14.41 | 8.27 | 64.46 | - |
| YUV | 69.51 | 209.54 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 58 | 214 | 0.83 | 0.73 | 0 | 0.16 | 232.88 | 0.71 | 0.49 |
| Hex | 25 | 3A | D6 | 53 | 49 | 0 | 10 | E9 | 47 | 31 |
| Octal | 45 | 72 | 326 | 123 | 111 | 0 | 20 | 351 | 107 | 61 |
| Binary | 100101 | 111010 | 11010110 | 1010011 | 1001001 | 0 | 10000 | 11101001 | 1000111 | 110001 |
Color Harmonies of #253AD6
Complementary color
Monochromatic Colors of #253AD6
Black with #253AD6
Text Example
Text Example
White with #253AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253AD6; }
p { color: rgb(37,58,214); }
H1.HeaderClassName
{
color: #253AD6;
}
.AnyTagClassName
{
color: #253AD6;
}
</style>
background-color css
<style>
a { background-color: #253AD6; }
a { background-color: rgb(37,58,214); }
div.DivClassName
{
background-color: #253AD6;
}
.BgClassName
{
background-color: #253AD6;
}
</style>
border-color css
<style>
span { border-color: #253AD6; }
span { border-color: rgb(37,58,214); }
td.TdClassName
{
border-color: #253AD6;
}
.TagClassName
{
border-color: #253AD6;
}
</style>