Shades of Persian Blue #253DDB
Tints of Persian Blue #253DDB
RGB
CMYK
RGB Variations
Color information
#253DDB (or 0x253DDB) is known color: Persian Blue. HEX triplet: 25, 3D and DB. RGB value is (37,61,219). Sum of RGB (Red+Green+Blue) = 37+61+219=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #253DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253DDB is #DAC224. Grayscale: #474747. Windows color (decimal): -14336549 or 14368037. OLE color: 14368037.
HSL color Cylindrical-coordinate representation of color #253DDB: hue angle of 232.09º 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 #253DDB is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 61 | 219 | - |
| CMYK | 0.83 | 0.72 | 0 | 0.14 |
| HSL | 232.09º | 0.72% | 0.5% | - |
| HSV(B) | 232.09º | 0.83% | 0.86% | - |
| XYZ | 15.22 | 8.85 | 67.92 | - |
| YUV | 71.84 | 211.05 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 219 | 0.83 | 0.72 | 0 | 0.14 | 232.09 | 0.72 | 0.5 |
| Hex | 25 | 3D | DB | 53 | 48 | 0 | E | E8 | 48 | 32 |
| Octal | 45 | 75 | 333 | 123 | 110 | 0 | 16 | 350 | 110 | 62 |
| Binary | 100101 | 111101 | 11011011 | 1010011 | 1001000 | 0 | 1110 | 11101000 | 1001000 | 110010 |
Color Harmonies of #253DDB
Complementary color
Monochromatic Colors of #253DDB
Black with #253DDB
Text Example
Text Example
White with #253DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253DDB; }
p { color: rgb(37,61,219); }
H1.HeaderClassName
{
color: #253DDB;
}
.AnyTagClassName
{
color: #253DDB;
}
</style>
background-color css
<style>
a { background-color: #253DDB; }
a { background-color: rgb(37,61,219); }
div.DivClassName
{
background-color: #253DDB;
}
.BgClassName
{
background-color: #253DDB;
}
</style>
border-color css
<style>
span { border-color: #253DDB; }
span { border-color: rgb(37,61,219); }
td.TdClassName
{
border-color: #253DDB;
}
.TagClassName
{
border-color: #253DDB;
}
</style>