Shades of Persian Blue #251CBA
Tints of Persian Blue #251CBA
RGB
CMYK
RGB Variations
Color information
#251CBA (or 0x251CBA) is known color: Persian Blue. HEX triplet: 25, 1C and BA. RGB value is (37,28,186). Sum of RGB (Red+Green+Blue) = 37+28+186=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 186 (73.05% from 255 or 74.10% from 251); Max value from RGB is 186 - color contains mainly: blue. Hex color #251CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251CBA is #DAE345. Grayscale: #303030. Windows color (decimal): -14345030 or 12196901. OLE color: 12196901.
HSL color Cylindrical-coordinate representation of color #251CBA: hue angle of 243.42º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #251CBA is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 28 | 186 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.27 |
| HSL | 243.42º | 0.74% | 0.42% | - |
| HSV(B) | 243.42º | 0.85% | 0.73% | - |
| XYZ | 10.04 | 4.77 | 46.85 | - |
| YUV | 48.7 | 205.48 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 186 | 0.80 | 0.85 | 0 | 0.27 | 243.42 | 0.74 | 0.42 |
| Hex | 25 | 1C | BA | 50 | 55 | 0 | 1B | F3 | 4A | 2A |
| Octal | 45 | 34 | 272 | 120 | 125 | 0 | 33 | 363 | 112 | 52 |
| Binary | 100101 | 11100 | 10111010 | 1010000 | 1010101 | 0 | 11011 | 11110011 | 1001010 | 101010 |
Color Harmonies of #251CBA
Complementary color
Monochromatic Colors of #251CBA
Black with #251CBA
Text Example
Text Example
White with #251CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251CBA; }
p { color: rgb(37,28,186); }
H1.HeaderClassName
{
color: #251CBA;
}
.AnyTagClassName
{
color: #251CBA;
}
</style>
background-color css
<style>
a { background-color: #251CBA; }
a { background-color: rgb(37,28,186); }
div.DivClassName
{
background-color: #251CBA;
}
.BgClassName
{
background-color: #251CBA;
}
</style>
border-color css
<style>
span { border-color: #251CBA; }
span { border-color: rgb(37,28,186); }
td.TdClassName
{
border-color: #251CBA;
}
.TagClassName
{
border-color: #251CBA;
}
</style>