Shades of Persian Blue #2520BB
Tints of Persian Blue #2520BB
RGB
CMYK
RGB Variations
Color information
#2520BB (or 0x2520BB) is known color: Persian Blue. HEX triplet: 25, 20 and BB. RGB value is (37,32,187). Sum of RGB (Red+Green+Blue) = 37+32+187=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 187 (73.44% from 255 or 73.05% from 256); Max value from RGB is 187 - color contains mainly: blue. Hex color #2520BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2520BB is #DADF44. Grayscale: #323232. Windows color (decimal): -14344005 or 12263461. OLE color: 12263461.
HSL color Cylindrical-coordinate representation of color #2520BB: hue angle of 241.94º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2520BB is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 32 | 187 | - |
| CMYK | 0.80 | 0.83 | 0 | 0.27 |
| HSL | 241.94º | 0.71% | 0.43% | - |
| HSV(B) | 241.94º | 0.83% | 0.73% | - |
| XYZ | 10.25 | 5.01 | 47.44 | - |
| YUV | 51.17 | 204.66 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 32 | 187 | 0.80 | 0.83 | 0 | 0.27 | 241.94 | 0.71 | 0.43 |
| Hex | 25 | 20 | BB | 50 | 53 | 0 | 1B | F2 | 47 | 2B |
| Octal | 45 | 40 | 273 | 120 | 123 | 0 | 33 | 362 | 107 | 53 |
| Binary | 100101 | 100000 | 10111011 | 1010000 | 1010011 | 0 | 11011 | 11110010 | 1000111 | 101011 |
Color Harmonies of #2520BB
Complementary color
Monochromatic Colors of #2520BB
Black with #2520BB
Text Example
Text Example
White with #2520BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2520BB; }
p { color: rgb(37,32,187); }
H1.HeaderClassName
{
color: #2520BB;
}
.AnyTagClassName
{
color: #2520BB;
}
</style>
background-color css
<style>
a { background-color: #2520BB; }
a { background-color: rgb(37,32,187); }
div.DivClassName
{
background-color: #2520BB;
}
.BgClassName
{
background-color: #2520BB;
}
</style>
border-color css
<style>
span { border-color: #2520BB; }
span { border-color: rgb(37,32,187); }
td.TdClassName
{
border-color: #2520BB;
}
.TagClassName
{
border-color: #2520BB;
}
</style>