Shades of Persian Blue #251EDB
Tints of Persian Blue #251EDB
RGB
CMYK
RGB Variations
Color information
#251EDB (or 0x251EDB) is known color: Persian Blue. HEX triplet: 25, 1E and DB. RGB value is (37,30,219). Sum of RGB (Red+Green+Blue) = 37+30+219=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 219 (85.94% from 255 or 76.57% from 286); Max value from RGB is 219 - color contains mainly: blue. Hex color #251EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251EDB is #DAE124. Grayscale: #343434. Windows color (decimal): -14344485 or 14360101. OLE color: 14360101.
HSL color Cylindrical-coordinate representation of color #251EDB: hue angle of 242.22º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #251EDB is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 30 | 219 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.14 |
| HSL | 242.22º | 0.76% | 0.49% | - |
| HSV(B) | 242.22º | 0.86% | 0.86% | - |
| XYZ | 14.01 | 6.44 | 67.52 | - |
| YUV | 53.64 | 221.32 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 219 | 0.83 | 0.86 | 0 | 0.14 | 242.22 | 0.76 | 0.49 |
| Hex | 25 | 1E | DB | 53 | 56 | 0 | E | F2 | 4C | 31 |
| Octal | 45 | 36 | 333 | 123 | 126 | 0 | 16 | 362 | 114 | 61 |
| Binary | 100101 | 11110 | 11011011 | 1010011 | 1010110 | 0 | 1110 | 11110010 | 1001100 | 110001 |
Color Harmonies of #251EDB
Complementary color
Monochromatic Colors of #251EDB
Black with #251EDB
Text Example
Text Example
White with #251EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251EDB; }
p { color: rgb(37,30,219); }
H1.HeaderClassName
{
color: #251EDB;
}
.AnyTagClassName
{
color: #251EDB;
}
</style>
background-color css
<style>
a { background-color: #251EDB; }
a { background-color: rgb(37,30,219); }
div.DivClassName
{
background-color: #251EDB;
}
.BgClassName
{
background-color: #251EDB;
}
</style>
border-color css
<style>
span { border-color: #251EDB; }
span { border-color: rgb(37,30,219); }
td.TdClassName
{
border-color: #251EDB;
}
.TagClassName
{
border-color: #251EDB;
}
</style>