Shades of Persian Blue #253AD1
Tints of Persian Blue #253AD1
RGB
CMYK
RGB Variations
Color information
#253AD1 (or 0x253AD1) is known color: Persian Blue. HEX triplet: 25, 3A and D1. RGB value is (37,58,209). Sum of RGB (Red+Green+Blue) = 37+58+209=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 209 (82.03% from 255 or 68.75% from 304); Max value from RGB is 209 - color contains mainly: blue. Hex color #253AD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253AD1 is #DAC52E. Grayscale: #444444. Windows color (decimal): -14337327 or 13711909. OLE color: 13711909.
HSL color Cylindrical-coordinate representation of color #253AD1: hue angle of 232.67º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #253AD1 is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 58 | 209 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.18 |
| HSL | 232.67º | 0.7% | 0.48% | - |
| HSV(B) | 232.67º | 0.82% | 0.82% | - |
| XYZ | 13.78 | 8.02 | 61.14 | - |
| YUV | 68.94 | 207.04 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 58 | 209 | 0.82 | 0.72 | 0 | 0.18 | 232.67 | 0.7 | 0.48 |
| Hex | 25 | 3A | D1 | 52 | 48 | 0 | 12 | E9 | 46 | 30 |
| Octal | 45 | 72 | 321 | 122 | 110 | 0 | 22 | 351 | 106 | 60 |
| Binary | 100101 | 111010 | 11010001 | 1010010 | 1001000 | 0 | 10010 | 11101001 | 1000110 | 110000 |
Color Harmonies of #253AD1
Complementary color
Monochromatic Colors of #253AD1
Black with #253AD1
Text Example
Text Example
White with #253AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253AD1; }
p { color: rgb(37,58,209); }
H1.HeaderClassName
{
color: #253AD1;
}
.AnyTagClassName
{
color: #253AD1;
}
</style>
background-color css
<style>
a { background-color: #253AD1; }
a { background-color: rgb(37,58,209); }
div.DivClassName
{
background-color: #253AD1;
}
.BgClassName
{
background-color: #253AD1;
}
</style>
border-color css
<style>
span { border-color: #253AD1; }
span { border-color: rgb(37,58,209); }
td.TdClassName
{
border-color: #253AD1;
}
.TagClassName
{
border-color: #253AD1;
}
</style>