Shades of Persian Blue #253ADD
Tints of Persian Blue #253ADD
RGB
CMYK
RGB Variations
Color information
#253ADD (or 0x253ADD) is known color: Persian Blue. HEX triplet: 25, 3A and DD. RGB value is (37,58,221). Sum of RGB (Red+Green+Blue) = 37+58+221=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #253ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253ADD is #DAC522. Grayscale: #454545. Windows color (decimal): -14337315 or 14498341. OLE color: 14498341.
HSL color Cylindrical-coordinate representation of color #253ADD: hue angle of 233.15º 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 #253ADD is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 58 | 221 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.13 |
| HSL | 233.15º | 0.73% | 0.51% | - |
| HSV(B) | 233.15º | 0.83% | 0.87% | - |
| XYZ | 15.33 | 8.64 | 69.27 | - |
| YUV | 70.3 | 213.04 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 58 | 221 | 0.83 | 0.74 | 0 | 0.13 | 233.15 | 0.73 | 0.51 |
| Hex | 25 | 3A | DD | 53 | 4A | 0 | D | E9 | 49 | 33 |
| Octal | 45 | 72 | 335 | 123 | 112 | 0 | 15 | 351 | 111 | 63 |
| Binary | 100101 | 111010 | 11011101 | 1010011 | 1001010 | 0 | 1101 | 11101001 | 1001001 | 110011 |
Color Harmonies of #253ADD
Complementary color
Monochromatic Colors of #253ADD
Black with #253ADD
Text Example
Text Example
White with #253ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253ADD; }
p { color: rgb(37,58,221); }
H1.HeaderClassName
{
color: #253ADD;
}
.AnyTagClassName
{
color: #253ADD;
}
</style>
background-color css
<style>
a { background-color: #253ADD; }
a { background-color: rgb(37,58,221); }
div.DivClassName
{
background-color: #253ADD;
}
.BgClassName
{
background-color: #253ADD;
}
</style>
border-color css
<style>
span { border-color: #253ADD; }
span { border-color: rgb(37,58,221); }
td.TdClassName
{
border-color: #253ADD;
}
.TagClassName
{
border-color: #253ADD;
}
</style>