Shades of Persian Blue #251DBF
Tints of Persian Blue #251DBF
RGB
CMYK
RGB Variations
Color information
#251DBF (or 0x251DBF) is known color: Persian Blue. HEX triplet: 25, 1D and BF. RGB value is (37,29,191). Sum of RGB (Red+Green+Blue) = 37+29+191=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 191 (75% from 255 or 74.32% from 257); Max value from RGB is 191 - color contains mainly: blue. Hex color #251DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251DBF is #DAE240. Grayscale: #313131. Windows color (decimal): -14344769 or 12524837. OLE color: 12524837.
HSL color Cylindrical-coordinate representation of color #251DBF: hue angle of 242.96º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #251DBF is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 29 | 191 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.25 |
| HSL | 242.96º | 0.74% | 0.43% | - |
| HSV(B) | 242.96º | 0.85% | 0.75% | - |
| XYZ | 10.61 | 5.03 | 49.7 | - |
| YUV | 49.86 | 207.65 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 29 | 191 | 0.81 | 0.85 | 0 | 0.25 | 242.96 | 0.74 | 0.43 |
| Hex | 25 | 1D | BF | 51 | 55 | 0 | 19 | F3 | 4A | 2B |
| Octal | 45 | 35 | 277 | 121 | 125 | 0 | 31 | 363 | 112 | 53 |
| Binary | 100101 | 11101 | 10111111 | 1010001 | 1010101 | 0 | 11001 | 11110011 | 1001010 | 101011 |
Color Harmonies of #251DBF
Complementary color
Monochromatic Colors of #251DBF
Black with #251DBF
Text Example
Text Example
White with #251DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251DBF; }
p { color: rgb(37,29,191); }
H1.HeaderClassName
{
color: #251DBF;
}
.AnyTagClassName
{
color: #251DBF;
}
</style>
background-color css
<style>
a { background-color: #251DBF; }
a { background-color: rgb(37,29,191); }
div.DivClassName
{
background-color: #251DBF;
}
.BgClassName
{
background-color: #251DBF;
}
</style>
border-color css
<style>
span { border-color: #251DBF; }
span { border-color: rgb(37,29,191); }
td.TdClassName
{
border-color: #251DBF;
}
.TagClassName
{
border-color: #251DBF;
}
</style>