Shades of Persian Blue #253DDD
Tints of Persian Blue #253DDD
RGB
CMYK
RGB Variations
Color information
#253DDD (or 0x253DDD) is known color: Persian Blue. HEX triplet: 25, 3D and DD. RGB value is (37,61,221). Sum of RGB (Red+Green+Blue) = 37+61+221=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #253DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253DDD is #DAC222. Grayscale: #474747. Windows color (decimal): -14336547 or 14499109. OLE color: 14499109.
HSL color Cylindrical-coordinate representation of color #253DDD: hue angle of 232.17º 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 #253DDD is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 61 | 221 | - |
| CMYK | 0.83 | 0.72 | 0 | 0.13 |
| HSL | 232.17º | 0.73% | 0.51% | - |
| HSV(B) | 232.17º | 0.83% | 0.87% | - |
| XYZ | 15.48 | 8.95 | 69.32 | - |
| YUV | 72.06 | 212.05 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 221 | 0.83 | 0.72 | 0 | 0.13 | 232.17 | 0.73 | 0.51 |
| Hex | 25 | 3D | DD | 53 | 48 | 0 | D | E8 | 49 | 33 |
| Octal | 45 | 75 | 335 | 123 | 110 | 0 | 15 | 350 | 111 | 63 |
| Binary | 100101 | 111101 | 11011101 | 1010011 | 1001000 | 0 | 1101 | 11101000 | 1001001 | 110011 |
Color Harmonies of #253DDD
Complementary color
Monochromatic Colors of #253DDD
Black with #253DDD
Text Example
Text Example
White with #253DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253DDD; }
p { color: rgb(37,61,221); }
H1.HeaderClassName
{
color: #253DDD;
}
.AnyTagClassName
{
color: #253DDD;
}
</style>
background-color css
<style>
a { background-color: #253DDD; }
a { background-color: rgb(37,61,221); }
div.DivClassName
{
background-color: #253DDD;
}
.BgClassName
{
background-color: #253DDD;
}
</style>
border-color css
<style>
span { border-color: #253DDD; }
span { border-color: rgb(37,61,221); }
td.TdClassName
{
border-color: #253DDD;
}
.TagClassName
{
border-color: #253DDD;
}
</style>