Shades of Persian Blue #251DBA
Tints of Persian Blue #251DBA
RGB
CMYK
RGB Variations
Color information
#251DBA (or 0x251DBA) is known color: Persian Blue. HEX triplet: 25, 1D and BA. RGB value is (37,29,186). Sum of RGB (Red+Green+Blue) = 37+29+186=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 186 (73.05% from 255 or 73.81% from 252); Max value from RGB is 186 - color contains mainly: blue. Hex color #251DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251DBA is #DAE245. Grayscale: #303030. Windows color (decimal): -14344774 or 12197157. OLE color: 12197157.
HSL color Cylindrical-coordinate representation of color #251DBA: hue angle of 243.06º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #251DBA is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 29 | 186 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.27 |
| HSL | 243.06º | 0.73% | 0.42% | - |
| HSV(B) | 243.06º | 0.84% | 0.73% | - |
| XYZ | 10.07 | 4.82 | 46.85 | - |
| YUV | 49.29 | 205.15 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 29 | 186 | 0.80 | 0.84 | 0 | 0.27 | 243.06 | 0.73 | 0.42 |
| Hex | 25 | 1D | BA | 50 | 54 | 0 | 1B | F3 | 49 | 2A |
| Octal | 45 | 35 | 272 | 120 | 124 | 0 | 33 | 363 | 111 | 52 |
| Binary | 100101 | 11101 | 10111010 | 1010000 | 1010100 | 0 | 11011 | 11110011 | 1001001 | 101010 |
Color Harmonies of #251DBA
Complementary color
Monochromatic Colors of #251DBA
Black with #251DBA
Text Example
Text Example
White with #251DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251DBA; }
p { color: rgb(37,29,186); }
H1.HeaderClassName
{
color: #251DBA;
}
.AnyTagClassName
{
color: #251DBA;
}
</style>
background-color css
<style>
a { background-color: #251DBA; }
a { background-color: rgb(37,29,186); }
div.DivClassName
{
background-color: #251DBA;
}
.BgClassName
{
background-color: #251DBA;
}
</style>
border-color css
<style>
span { border-color: #251DBA; }
span { border-color: rgb(37,29,186); }
td.TdClassName
{
border-color: #251DBA;
}
.TagClassName
{
border-color: #251DBA;
}
</style>