Shades of Persian Blue #2528BF
Tints of Persian Blue #2528BF
RGB
CMYK
RGB Variations
Color information
#2528BF (or 0x2528BF) is known color: Persian Blue. HEX triplet: 25, 28 and BF. RGB value is (37,40,191). Sum of RGB (Red+Green+Blue) = 37+40+191=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 191 (75% from 255 or 71.27% from 268); Max value from RGB is 191 - color contains mainly: blue. Hex color #2528BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2528BF is #DAD740. Grayscale: #373737. Windows color (decimal): -14341953 or 12527653. OLE color: 12527653.
HSL color Cylindrical-coordinate representation of color #2528BF: hue angle of 238.83º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2528BF is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 40 | 191 | - |
| CMYK | 0.81 | 0.79 | 0 | 0.25 |
| HSL | 238.83º | 0.68% | 0.45% | - |
| HSV(B) | 238.83º | 0.81% | 0.75% | - |
| XYZ | 10.93 | 5.67 | 49.81 | - |
| YUV | 56.32 | 204.01 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 40 | 191 | 0.81 | 0.79 | 0 | 0.25 | 238.83 | 0.68 | 0.45 |
| Hex | 25 | 28 | BF | 51 | 4F | 0 | 19 | EF | 44 | 2D |
| Octal | 45 | 50 | 277 | 121 | 117 | 0 | 31 | 357 | 104 | 55 |
| Binary | 100101 | 101000 | 10111111 | 1010001 | 1001111 | 0 | 11001 | 11101111 | 1000100 | 101101 |
Color Harmonies of #2528BF
Complementary color
Monochromatic Colors of #2528BF
Black with #2528BF
Text Example
Text Example
White with #2528BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2528BF; }
p { color: rgb(37,40,191); }
H1.HeaderClassName
{
color: #2528BF;
}
.AnyTagClassName
{
color: #2528BF;
}
</style>
background-color css
<style>
a { background-color: #2528BF; }
a { background-color: rgb(37,40,191); }
div.DivClassName
{
background-color: #2528BF;
}
.BgClassName
{
background-color: #2528BF;
}
</style>
border-color css
<style>
span { border-color: #2528BF; }
span { border-color: rgb(37,40,191); }
td.TdClassName
{
border-color: #2528BF;
}
.TagClassName
{
border-color: #2528BF;
}
</style>