Shades of Persian Blue #251DBE
Tints of Persian Blue #251DBE
RGB
CMYK
RGB Variations
Color information
#251DBE (or 0x251DBE) is known color: Persian Blue. HEX triplet: 25, 1D and BE. RGB value is (37,29,190). Sum of RGB (Red+Green+Blue) = 37+29+190=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 190 (74.61% from 255 or 74.22% from 256); Max value from RGB is 190 - color contains mainly: blue. Hex color #251DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251DBE is #DAE241. Grayscale: #313131. Windows color (decimal): -14344770 or 12459301. OLE color: 12459301.
HSL color Cylindrical-coordinate representation of color #251DBE: hue angle of 242.98º 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 #251DBE is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 29 | 190 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.25 |
| HSL | 242.98º | 0.74% | 0.43% | - |
| HSV(B) | 242.98º | 0.85% | 0.75% | - |
| XYZ | 10.5 | 4.99 | 49.13 | - |
| YUV | 49.75 | 207.15 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 29 | 190 | 0.81 | 0.85 | 0 | 0.25 | 242.98 | 0.74 | 0.43 |
| Hex | 25 | 1D | BE | 51 | 55 | 0 | 19 | F3 | 4A | 2B |
| Octal | 45 | 35 | 276 | 121 | 125 | 0 | 31 | 363 | 112 | 53 |
| Binary | 100101 | 11101 | 10111110 | 1010001 | 1010101 | 0 | 11001 | 11110011 | 1001010 | 101011 |
Color Harmonies of #251DBE
Complementary color
Monochromatic Colors of #251DBE
Black with #251DBE
Text Example
Text Example
White with #251DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251DBE; }
p { color: rgb(37,29,190); }
H1.HeaderClassName
{
color: #251DBE;
}
.AnyTagClassName
{
color: #251DBE;
}
</style>
background-color css
<style>
a { background-color: #251DBE; }
a { background-color: rgb(37,29,190); }
div.DivClassName
{
background-color: #251DBE;
}
.BgClassName
{
background-color: #251DBE;
}
</style>
border-color css
<style>
span { border-color: #251DBE; }
span { border-color: rgb(37,29,190); }
td.TdClassName
{
border-color: #251DBE;
}
.TagClassName
{
border-color: #251DBE;
}
</style>