Shades of Persian Blue #2527B2
Tints of Persian Blue #2527B2
RGB
CMYK
RGB Variations
Color information
#2527B2 (or 0x2527B2) is known color: Persian Blue. HEX triplet: 25, 27 and B2. RGB value is (37,39,178). Sum of RGB (Red+Green+Blue) = 37+39+178=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 178 (69.92% from 255 or 70.08% from 254); Max value from RGB is 178 - color contains mainly: blue. Hex color #2527B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2527B2 is #DAD84D. Grayscale: #353535. Windows color (decimal): -14342222 or 11675429. OLE color: 11675429.
HSL color Cylindrical-coordinate representation of color #2527B2: hue angle of 239.15º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2527B2 is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 39 | 178 | - |
| CMYK | 0.79 | 0.78 | 0 | 0.30 |
| HSL | 239.15º | 0.66% | 0.42% | - |
| HSV(B) | 239.15º | 0.79% | 0.7% | - |
| XYZ | 9.52 | 5.06 | 42.59 | - |
| YUV | 54.25 | 197.84 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 39 | 178 | 0.79 | 0.78 | 0 | 0.30 | 239.15 | 0.66 | 0.42 |
| Hex | 25 | 27 | B2 | 4F | 4E | 0 | 1E | EF | 42 | 2A |
| Octal | 45 | 47 | 262 | 117 | 116 | 0 | 36 | 357 | 102 | 52 |
| Binary | 100101 | 100111 | 10110010 | 1001111 | 1001110 | 0 | 11110 | 11101111 | 1000010 | 101010 |
Color Harmonies of #2527B2
Complementary color
Monochromatic Colors of #2527B2
Black with #2527B2
Text Example
Text Example
White with #2527B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2527B2; }
p { color: rgb(37,39,178); }
H1.HeaderClassName
{
color: #2527B2;
}
.AnyTagClassName
{
color: #2527B2;
}
</style>
background-color css
<style>
a { background-color: #2527B2; }
a { background-color: rgb(37,39,178); }
div.DivClassName
{
background-color: #2527B2;
}
.BgClassName
{
background-color: #2527B2;
}
</style>
border-color css
<style>
span { border-color: #2527B2; }
span { border-color: rgb(37,39,178); }
td.TdClassName
{
border-color: #2527B2;
}
.TagClassName
{
border-color: #2527B2;
}
</style>