Shades of Persian Blue #2728BC
Tints of Persian Blue #2728BC
RGB
CMYK
RGB Variations
Color information
#2728BC (or 0x2728BC) is known color: Persian Blue. HEX triplet: 27, 28 and BC. RGB value is (39,40,188). Sum of RGB (Red+Green+Blue) = 39+40+188=267 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.61% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 188 (73.83% from 255 or 70.41% from 267); Max value from RGB is 188 - color contains mainly: blue. Hex color #2728BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2728BC is #D8D743. Grayscale: #373737. Windows color (decimal): -14210884 or 12331047. OLE color: 12331047.
HSL color Cylindrical-coordinate representation of color #2728BC: hue angle of 239.6º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2728BC is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 40 | 188 | - |
| CMYK | 0.79 | 0.79 | 0 | 0.26 |
| HSL | 239.6º | 0.66% | 0.45% | - |
| HSV(B) | 239.6º | 0.79% | 0.74% | - |
| XYZ | 10.67 | 5.58 | 48.09 | - |
| YUV | 56.57 | 202.17 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 40 | 188 | 0.79 | 0.79 | 0 | 0.26 | 239.6 | 0.66 | 0.45 |
| Hex | 27 | 28 | BC | 4F | 4F | 0 | 1A | F0 | 42 | 2D |
| Octal | 47 | 50 | 274 | 117 | 117 | 0 | 32 | 360 | 102 | 55 |
| Binary | 100111 | 101000 | 10111100 | 1001111 | 1001111 | 0 | 11010 | 11110000 | 1000010 | 101101 |
Color Harmonies of #2728BC
Complementary color
Monochromatic Colors of #2728BC
Black with #2728BC
Text Example
Text Example
White with #2728BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2728BC; }
p { color: rgb(39,40,188); }
H1.HeaderClassName
{
color: #2728BC;
}
.AnyTagClassName
{
color: #2728BC;
}
</style>
background-color css
<style>
a { background-color: #2728BC; }
a { background-color: rgb(39,40,188); }
div.DivClassName
{
background-color: #2728BC;
}
.BgClassName
{
background-color: #2728BC;
}
</style>
border-color css
<style>
span { border-color: #2728BC; }
span { border-color: rgb(39,40,188); }
td.TdClassName
{
border-color: #2728BC;
}
.TagClassName
{
border-color: #2728BC;
}
</style>