Shades of Persian Blue #2714BC
Tints of Persian Blue #2714BC
RGB
CMYK
RGB Variations
Color information
#2714BC (or 0x2714BC) is known color: Persian Blue. HEX triplet: 27, 14 and BC. RGB value is (39,20,188). Sum of RGB (Red+Green+Blue) = 39+20+188=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 188 (73.83% from 255 or 76.11% from 247); Max value from RGB is 188 - color contains mainly: blue. Hex color #2714BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2714BC is #D8EB43. Grayscale: #2C2C2C. Windows color (decimal): -14216004 or 12325927. OLE color: 12325927.
HSL color Cylindrical-coordinate representation of color #2714BC: hue angle of 246.79º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2714BC is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 20 | 188 | - |
| CMYK | 0.79 | 0.89 | 0 | 0.26 |
| HSL | 246.79º | 0.81% | 0.41% | - |
| HSV(B) | 246.79º | 0.89% | 0.74% | - |
| XYZ | 10.16 | 4.56 | 47.92 | - |
| YUV | 44.83 | 208.79 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 20 | 188 | 0.79 | 0.89 | 0 | 0.26 | 246.79 | 0.81 | 0.41 |
| Hex | 27 | 14 | BC | 4F | 59 | 0 | 1A | F7 | 51 | 29 |
| Octal | 47 | 24 | 274 | 117 | 131 | 0 | 32 | 367 | 121 | 51 |
| Binary | 100111 | 10100 | 10111100 | 1001111 | 1011001 | 0 | 11010 | 11110111 | 1010001 | 101001 |
Color Harmonies of #2714BC
Complementary color
Monochromatic Colors of #2714BC
Black with #2714BC
Text Example
Text Example
White with #2714BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2714BC; }
p { color: rgb(39,20,188); }
H1.HeaderClassName
{
color: #2714BC;
}
.AnyTagClassName
{
color: #2714BC;
}
</style>
background-color css
<style>
a { background-color: #2714BC; }
a { background-color: rgb(39,20,188); }
div.DivClassName
{
background-color: #2714BC;
}
.BgClassName
{
background-color: #2714BC;
}
</style>
border-color css
<style>
span { border-color: #2714BC; }
span { border-color: rgb(39,20,188); }
td.TdClassName
{
border-color: #2714BC;
}
.TagClassName
{
border-color: #2714BC;
}
</style>