Shades of Persian Blue #251DBC
Tints of Persian Blue #251DBC
RGB
CMYK
RGB Variations
Color information
#251DBC (or 0x251DBC) is known color: Persian Blue. HEX triplet: 25, 1D and BC. RGB value is (37,29,188). Sum of RGB (Red+Green+Blue) = 37+29+188=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 188 (73.83% from 255 or 74.02% from 254); Max value from RGB is 188 - color contains mainly: blue. Hex color #251DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251DBC is #DAE243. Grayscale: #303030. Windows color (decimal): -14344772 or 12328229. OLE color: 12328229.
HSL color Cylindrical-coordinate representation of color #251DBC: hue angle of 243.02º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #251DBC is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 29 | 188 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.26 |
| HSL | 243.02º | 0.73% | 0.43% | - |
| HSV(B) | 243.02º | 0.85% | 0.74% | - |
| XYZ | 10.28 | 4.9 | 47.98 | - |
| YUV | 49.52 | 206.15 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 29 | 188 | 0.80 | 0.85 | 0 | 0.26 | 243.02 | 0.73 | 0.43 |
| Hex | 25 | 1D | BC | 50 | 55 | 0 | 1A | F3 | 49 | 2B |
| Octal | 45 | 35 | 274 | 120 | 125 | 0 | 32 | 363 | 111 | 53 |
| Binary | 100101 | 11101 | 10111100 | 1010000 | 1010101 | 0 | 11010 | 11110011 | 1001001 | 101011 |
Color Harmonies of #251DBC
Complementary color
Monochromatic Colors of #251DBC
Black with #251DBC
Text Example
Text Example
White with #251DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251DBC; }
p { color: rgb(37,29,188); }
H1.HeaderClassName
{
color: #251DBC;
}
.AnyTagClassName
{
color: #251DBC;
}
</style>
background-color css
<style>
a { background-color: #251DBC; }
a { background-color: rgb(37,29,188); }
div.DivClassName
{
background-color: #251DBC;
}
.BgClassName
{
background-color: #251DBC;
}
</style>
border-color css
<style>
span { border-color: #251DBC; }
span { border-color: rgb(37,29,188); }
td.TdClassName
{
border-color: #251DBC;
}
.TagClassName
{
border-color: #251DBC;
}
</style>