Shades of Persian Blue #253FDB
Tints of Persian Blue #253FDB
RGB
CMYK
RGB Variations
Color information
#253FDB (or 0x253FDB) is known color: Persian Blue. HEX triplet: 25, 3F and DB. RGB value is (37,63,219). Sum of RGB (Red+Green+Blue) = 37+63+219=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #253FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253FDB is #DAC024. Grayscale: #484848. Windows color (decimal): -14336037 or 14368549. OLE color: 14368549.
HSL color Cylindrical-coordinate representation of color #253FDB: hue angle of 231.43º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #253FDB is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 63 | 219 | - |
| CMYK | 0.83 | 0.71 | 0 | 0.14 |
| HSL | 231.43º | 0.72% | 0.5% | - |
| HSV(B) | 231.43º | 0.83% | 0.86% | - |
| XYZ | 15.33 | 9.06 | 67.96 | - |
| YUV | 73.01 | 210.39 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 63 | 219 | 0.83 | 0.71 | 0 | 0.14 | 231.43 | 0.72 | 0.5 |
| Hex | 25 | 3F | DB | 53 | 47 | 0 | E | E7 | 48 | 32 |
| Octal | 45 | 77 | 333 | 123 | 107 | 0 | 16 | 347 | 110 | 62 |
| Binary | 100101 | 111111 | 11011011 | 1010011 | 1000111 | 0 | 1110 | 11100111 | 1001000 | 110010 |
Color Harmonies of #253FDB
Complementary color
Monochromatic Colors of #253FDB
Black with #253FDB
Text Example
Text Example
White with #253FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253FDB; }
p { color: rgb(37,63,219); }
H1.HeaderClassName
{
color: #253FDB;
}
.AnyTagClassName
{
color: #253FDB;
}
</style>
background-color css
<style>
a { background-color: #253FDB; }
a { background-color: rgb(37,63,219); }
div.DivClassName
{
background-color: #253FDB;
}
.BgClassName
{
background-color: #253FDB;
}
</style>
border-color css
<style>
span { border-color: #253FDB; }
span { border-color: rgb(37,63,219); }
td.TdClassName
{
border-color: #253FDB;
}
.TagClassName
{
border-color: #253FDB;
}
</style>