Shades of Persian Blue #2521B0
Tints of Persian Blue #2521B0
RGB
CMYK
RGB Variations
Color information
#2521B0 (or 0x2521B0) is known color: Persian Blue. HEX triplet: 25, 21 and B0. RGB value is (37,33,176). Sum of RGB (Red+Green+Blue) = 37+33+176=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 176 (69.14% from 255 or 71.54% from 246); Max value from RGB is 176 - color contains mainly: blue. Hex color #2521B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2521B0 is #DADE4F. Grayscale: #313131. Windows color (decimal): -14343760 or 11542821. OLE color: 11542821.
HSL color Cylindrical-coordinate representation of color #2521B0: hue angle of 241.68º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2521B0 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 33 | 176 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.31 |
| HSL | 241.68º | 0.68% | 0.41% | - |
| HSV(B) | 241.68º | 0.81% | 0.69% | - |
| XYZ | 9.14 | 4.62 | 41.48 | - |
| YUV | 50.5 | 198.83 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 33 | 176 | 0.79 | 0.81 | 0 | 0.31 | 241.68 | 0.68 | 0.41 |
| Hex | 25 | 21 | B0 | 4F | 51 | 0 | 1F | F2 | 44 | 29 |
| Octal | 45 | 41 | 260 | 117 | 121 | 0 | 37 | 362 | 104 | 51 |
| Binary | 100101 | 100001 | 10110000 | 1001111 | 1010001 | 0 | 11111 | 11110010 | 1000100 | 101001 |
Color Harmonies of #2521B0
Complementary color
Monochromatic Colors of #2521B0
Black with #2521B0
Text Example
Text Example
White with #2521B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2521B0; }
p { color: rgb(37,33,176); }
H1.HeaderClassName
{
color: #2521B0;
}
.AnyTagClassName
{
color: #2521B0;
}
</style>
background-color css
<style>
a { background-color: #2521B0; }
a { background-color: rgb(37,33,176); }
div.DivClassName
{
background-color: #2521B0;
}
.BgClassName
{
background-color: #2521B0;
}
</style>
border-color css
<style>
span { border-color: #2521B0; }
span { border-color: rgb(37,33,176); }
td.TdClassName
{
border-color: #2521B0;
}
.TagClassName
{
border-color: #2521B0;
}
</style>