Shades of Persian Blue #2522CF
Tints of Persian Blue #2522CF
RGB
CMYK
RGB Variations
Color information
#2522CF (or 0x2522CF) is known color: Persian Blue. HEX triplet: 25, 22 and CF. RGB value is (37,34,207). Sum of RGB (Red+Green+Blue) = 37+34+207=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 207 (81.25% from 255 or 74.46% from 278); Max value from RGB is 207 - color contains mainly: blue. Hex color #2522CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2522CF is #DADD30. Grayscale: #353535. Windows color (decimal): -14343473 or 13574693. OLE color: 13574693.
HSL color Cylindrical-coordinate representation of color #2522CF: hue angle of 241.04º degrees, saturation: 0.72, 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 #2522CF is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 34 | 207 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.19 |
| HSL | 241.04º | 0.72% | 0.47% | - |
| HSV(B) | 241.04º | 0.84% | 0.81% | - |
| XYZ | 12.6 | 6.04 | 59.53 | - |
| YUV | 54.62 | 213.99 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 34 | 207 | 0.82 | 0.84 | 0 | 0.19 | 241.04 | 0.72 | 0.47 |
| Hex | 25 | 22 | CF | 52 | 54 | 0 | 13 | F1 | 48 | 2F |
| Octal | 45 | 42 | 317 | 122 | 124 | 0 | 23 | 361 | 110 | 57 |
| Binary | 100101 | 100010 | 11001111 | 1010010 | 1010100 | 0 | 10011 | 11110001 | 1001000 | 101111 |
Color Harmonies of #2522CF
Complementary color
Monochromatic Colors of #2522CF
Black with #2522CF
Text Example
Text Example
White with #2522CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2522CF; }
p { color: rgb(37,34,207); }
H1.HeaderClassName
{
color: #2522CF;
}
.AnyTagClassName
{
color: #2522CF;
}
</style>
background-color css
<style>
a { background-color: #2522CF; }
a { background-color: rgb(37,34,207); }
div.DivClassName
{
background-color: #2522CF;
}
.BgClassName
{
background-color: #2522CF;
}
</style>
border-color css
<style>
span { border-color: #2522CF; }
span { border-color: rgb(37,34,207); }
td.TdClassName
{
border-color: #2522CF;
}
.TagClassName
{
border-color: #2522CF;
}
</style>