Shades of Persian Blue #253BDD
Tints of Persian Blue #253BDD
RGB
CMYK
RGB Variations
Color information
#253BDD (or 0x253BDD) is known color: Persian Blue. HEX triplet: 25, 3B and DD. RGB value is (37,59,221). Sum of RGB (Red+Green+Blue) = 37+59+221=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 221 (86.72% from 255 or 69.72% from 317); Max value from RGB is 221 - color contains mainly: blue. Hex color #253BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253BDD is #DAC422. Grayscale: #464646. Windows color (decimal): -14337059 or 14498597. OLE color: 14498597.
HSL color Cylindrical-coordinate representation of color #253BDD: hue angle of 232.83º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #253BDD is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 59 | 221 | - |
| CMYK | 0.83 | 0.73 | 0 | 0.13 |
| HSL | 232.83º | 0.73% | 0.51% | - |
| HSV(B) | 232.83º | 0.83% | 0.87% | - |
| XYZ | 15.38 | 8.74 | 69.28 | - |
| YUV | 70.89 | 212.71 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 59 | 221 | 0.83 | 0.73 | 0 | 0.13 | 232.83 | 0.73 | 0.51 |
| Hex | 25 | 3B | DD | 53 | 49 | 0 | D | E9 | 49 | 33 |
| Octal | 45 | 73 | 335 | 123 | 111 | 0 | 15 | 351 | 111 | 63 |
| Binary | 100101 | 111011 | 11011101 | 1010011 | 1001001 | 0 | 1101 | 11101001 | 1001001 | 110011 |
Color Harmonies of #253BDD
Complementary color
Monochromatic Colors of #253BDD
Black with #253BDD
Text Example
Text Example
White with #253BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253BDD; }
p { color: rgb(37,59,221); }
H1.HeaderClassName
{
color: #253BDD;
}
.AnyTagClassName
{
color: #253BDD;
}
</style>
background-color css
<style>
a { background-color: #253BDD; }
a { background-color: rgb(37,59,221); }
div.DivClassName
{
background-color: #253BDD;
}
.BgClassName
{
background-color: #253BDD;
}
</style>
border-color css
<style>
span { border-color: #253BDD; }
span { border-color: rgb(37,59,221); }
td.TdClassName
{
border-color: #253BDD;
}
.TagClassName
{
border-color: #253BDD;
}
</style>