Shades of Persian Blue #2531BA
Tints of Persian Blue #2531BA
RGB
CMYK
RGB Variations
Color information
#2531BA (or 0x2531BA) is known color: Persian Blue. HEX triplet: 25, 31 and BA. RGB value is (37,49,186). Sum of RGB (Red+Green+Blue) = 37+49+186=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 186 (73.05% from 255 or 68.38% from 272); Max value from RGB is 186 - color contains mainly: blue. Hex color #2531BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2531BA is #DACE45. Grayscale: #3C3C3C. Windows color (decimal): -14339654 or 12202277. OLE color: 12202277.
HSL color Cylindrical-coordinate representation of color #2531BA: hue angle of 235.17º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2531BA is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 49 | 186 | - |
| CMYK | 0.80 | 0.74 | 0 | 0.27 |
| HSL | 235.17º | 0.67% | 0.44% | - |
| HSV(B) | 235.17º | 0.8% | 0.73% | - |
| XYZ | 10.72 | 6.14 | 47.07 | - |
| YUV | 61.03 | 198.52 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 49 | 186 | 0.80 | 0.74 | 0 | 0.27 | 235.17 | 0.67 | 0.44 |
| Hex | 25 | 31 | BA | 50 | 4A | 0 | 1B | EB | 43 | 2C |
| Octal | 45 | 61 | 272 | 120 | 112 | 0 | 33 | 353 | 103 | 54 |
| Binary | 100101 | 110001 | 10111010 | 1010000 | 1001010 | 0 | 11011 | 11101011 | 1000011 | 101100 |
Color Harmonies of #2531BA
Complementary color
Monochromatic Colors of #2531BA
Black with #2531BA
Text Example
Text Example
White with #2531BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2531BA; }
p { color: rgb(37,49,186); }
H1.HeaderClassName
{
color: #2531BA;
}
.AnyTagClassName
{
color: #2531BA;
}
</style>
background-color css
<style>
a { background-color: #2531BA; }
a { background-color: rgb(37,49,186); }
div.DivClassName
{
background-color: #2531BA;
}
.BgClassName
{
background-color: #2531BA;
}
</style>
border-color css
<style>
span { border-color: #2531BA; }
span { border-color: rgb(37,49,186); }
td.TdClassName
{
border-color: #2531BA;
}
.TagClassName
{
border-color: #2531BA;
}
</style>