Shades of Persian Blue #2521CF
Tints of Persian Blue #2521CF
RGB
CMYK
RGB Variations
Color information
#2521CF (or 0x2521CF) is known color: Persian Blue. HEX triplet: 25, 21 and CF. RGB value is (37,33,207). Sum of RGB (Red+Green+Blue) = 37+33+207=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 207 (81.25% from 255 or 74.73% from 277); Max value from RGB is 207 - color contains mainly: blue. Hex color #2521CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2521CF is #DADE30. Grayscale: #353535. Windows color (decimal): -14343729 or 13574437. OLE color: 13574437.
HSL color Cylindrical-coordinate representation of color #2521CF: hue angle of 241.38º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2521CF is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 33 | 207 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.19 |
| HSL | 241.38º | 0.73% | 0.47% | - |
| HSV(B) | 241.38º | 0.84% | 0.81% | - |
| XYZ | 12.57 | 5.99 | 59.52 | - |
| YUV | 54.03 | 214.33 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 33 | 207 | 0.82 | 0.84 | 0 | 0.19 | 241.38 | 0.73 | 0.47 |
| Hex | 25 | 21 | CF | 52 | 54 | 0 | 13 | F1 | 48 | 2F |
| Octal | 45 | 41 | 317 | 122 | 124 | 0 | 23 | 361 | 110 | 57 |
| Binary | 100101 | 100001 | 11001111 | 1010010 | 1010100 | 0 | 10011 | 11110001 | 1001000 | 101111 |
Color Harmonies of #2521CF
Complementary color
Monochromatic Colors of #2521CF
Black with #2521CF
Text Example
Text Example
White with #2521CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2521CF; }
p { color: rgb(37,33,207); }
H1.HeaderClassName
{
color: #2521CF;
}
.AnyTagClassName
{
color: #2521CF;
}
</style>
background-color css
<style>
a { background-color: #2521CF; }
a { background-color: rgb(37,33,207); }
div.DivClassName
{
background-color: #2521CF;
}
.BgClassName
{
background-color: #2521CF;
}
</style>
border-color css
<style>
span { border-color: #2521CF; }
span { border-color: rgb(37,33,207); }
td.TdClassName
{
border-color: #2521CF;
}
.TagClassName
{
border-color: #2521CF;
}
</style>