Shades of Persian Blue #2528CB
Tints of Persian Blue #2528CB
RGB
CMYK
RGB Variations
Color information
#2528CB (or 0x2528CB) is known color: Persian Blue. HEX triplet: 25, 28 and CB. RGB value is (37,40,203). Sum of RGB (Red+Green+Blue) = 37+40+203=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 203 (79.69% from 255 or 72.5% from 280); Max value from RGB is 203 - color contains mainly: blue. Hex color #2528CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2528CB is #DAD734. Grayscale: #393939. Windows color (decimal): -14341941 or 13314085. OLE color: 13314085.
HSL color Cylindrical-coordinate representation of color #2528CB: hue angle of 238.92º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2528CB is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 40 | 203 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.20 |
| HSL | 238.92º | 0.69% | 0.47% | - |
| HSV(B) | 238.92º | 0.82% | 0.8% | - |
| XYZ | 12.3 | 6.22 | 57.05 | - |
| YUV | 57.69 | 210.01 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 40 | 203 | 0.82 | 0.80 | 0 | 0.20 | 238.92 | 0.69 | 0.47 |
| Hex | 25 | 28 | CB | 52 | 50 | 0 | 14 | EF | 45 | 2F |
| Octal | 45 | 50 | 313 | 122 | 120 | 0 | 24 | 357 | 105 | 57 |
| Binary | 100101 | 101000 | 11001011 | 1010010 | 1010000 | 0 | 10100 | 11101111 | 1000101 | 101111 |
Color Harmonies of #2528CB
Complementary color
Monochromatic Colors of #2528CB
Black with #2528CB
Text Example
Text Example
White with #2528CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2528CB; }
p { color: rgb(37,40,203); }
H1.HeaderClassName
{
color: #2528CB;
}
.AnyTagClassName
{
color: #2528CB;
}
</style>
background-color css
<style>
a { background-color: #2528CB; }
a { background-color: rgb(37,40,203); }
div.DivClassName
{
background-color: #2528CB;
}
.BgClassName
{
background-color: #2528CB;
}
</style>
border-color css
<style>
span { border-color: #2528CB; }
span { border-color: rgb(37,40,203); }
td.TdClassName
{
border-color: #2528CB;
}
.TagClassName
{
border-color: #2528CB;
}
</style>