Shades of Persian Blue #251CDB
Tints of Persian Blue #251CDB
RGB
CMYK
RGB Variations
Color information
#251CDB (or 0x251CDB) is known color: Persian Blue. HEX triplet: 25, 1C and DB. RGB value is (37,28,219). Sum of RGB (Red+Green+Blue) = 37+28+219=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 219 (85.94% from 255 or 77.11% from 284); Max value from RGB is 219 - color contains mainly: blue. Hex color #251CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251CDB is #DAE324. Grayscale: #333333. Windows color (decimal): -14344997 or 14359589. OLE color: 14359589.
HSL color Cylindrical-coordinate representation of color #251CDB: hue angle of 242.83º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #251CDB is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 28 | 219 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.14 |
| HSL | 242.83º | 0.77% | 0.48% | - |
| HSV(B) | 242.83º | 0.87% | 0.86% | - |
| XYZ | 13.96 | 6.34 | 67.51 | - |
| YUV | 52.47 | 221.98 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 219 | 0.83 | 0.87 | 0 | 0.14 | 242.83 | 0.77 | 0.48 |
| Hex | 25 | 1C | DB | 53 | 57 | 0 | E | F3 | 4D | 30 |
| Octal | 45 | 34 | 333 | 123 | 127 | 0 | 16 | 363 | 115 | 60 |
| Binary | 100101 | 11100 | 11011011 | 1010011 | 1010111 | 0 | 1110 | 11110011 | 1001101 | 110000 |
Color Harmonies of #251CDB
Complementary color
Monochromatic Colors of #251CDB
Black with #251CDB
Text Example
Text Example
White with #251CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251CDB; }
p { color: rgb(37,28,219); }
H1.HeaderClassName
{
color: #251CDB;
}
.AnyTagClassName
{
color: #251CDB;
}
</style>
background-color css
<style>
a { background-color: #251CDB; }
a { background-color: rgb(37,28,219); }
div.DivClassName
{
background-color: #251CDB;
}
.BgClassName
{
background-color: #251CDB;
}
</style>
border-color css
<style>
span { border-color: #251CDB; }
span { border-color: rgb(37,28,219); }
td.TdClassName
{
border-color: #251CDB;
}
.TagClassName
{
border-color: #251CDB;
}
</style>