Shades of Persian Blue #2529B5
Tints of Persian Blue #2529B5
RGB
CMYK
RGB Variations
Color information
#2529B5 (or 0x2529B5) is known color: Persian Blue. HEX triplet: 25, 29 and B5. RGB value is (37,41,181). Sum of RGB (Red+Green+Blue) = 37+41+181=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 181 (71.09% from 255 or 69.88% from 259); Max value from RGB is 181 - color contains mainly: blue. Hex color #2529B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2529B5 is #DAD64A. Grayscale: #373737. Windows color (decimal): -14341707 or 11872549. OLE color: 11872549.
HSL color Cylindrical-coordinate representation of color #2529B5: hue angle of 238.33º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2529B5 is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 41 | 181 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.29 |
| HSL | 238.33º | 0.66% | 0.43% | - |
| HSV(B) | 238.33º | 0.8% | 0.71% | - |
| XYZ | 9.9 | 5.32 | 44.22 | - |
| YUV | 55.76 | 198.67 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 41 | 181 | 0.80 | 0.77 | 0 | 0.29 | 238.33 | 0.66 | 0.43 |
| Hex | 25 | 29 | B5 | 50 | 4D | 0 | 1D | EE | 42 | 2B |
| Octal | 45 | 51 | 265 | 120 | 115 | 0 | 35 | 356 | 102 | 53 |
| Binary | 100101 | 101001 | 10110101 | 1010000 | 1001101 | 0 | 11101 | 11101110 | 1000010 | 101011 |
Color Harmonies of #2529B5
Complementary color
Monochromatic Colors of #2529B5
Black with #2529B5
Text Example
Text Example
White with #2529B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2529B5; }
p { color: rgb(37,41,181); }
H1.HeaderClassName
{
color: #2529B5;
}
.AnyTagClassName
{
color: #2529B5;
}
</style>
background-color css
<style>
a { background-color: #2529B5; }
a { background-color: rgb(37,41,181); }
div.DivClassName
{
background-color: #2529B5;
}
.BgClassName
{
background-color: #2529B5;
}
</style>
border-color css
<style>
span { border-color: #2529B5; }
span { border-color: rgb(37,41,181); }
td.TdClassName
{
border-color: #2529B5;
}
.TagClassName
{
border-color: #2529B5;
}
</style>