Shades of Polo Blue #739EC6
Tints of Polo Blue #739EC6
RGB
CMYK
RGB Variations
Color information
#739EC6 (or 0x739EC6) is known color: Polo Blue. HEX triplet: 73, 9E and C6. RGB value is (115,158,198). Sum of RGB (Red+Green+Blue) = 115+158+198=471 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.42% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 198 - color contains mainly: blue. Hex color #739EC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739EC6 is #8C6139. Grayscale: #959595. Windows color (decimal): -9199930 or 13016691. OLE color: 13016691.
HSL color Cylindrical-coordinate representation of color #739EC6: hue angle of 208.92º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #739EC6 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 158 | 198 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.22 |
| HSL | 208.92º | 0.42% | 0.61% | - |
| HSV(B) | 208.92º | 0.42% | 0.78% | - |
| XYZ | 29.49 | 32.18 | 58.08 | - |
| YUV | 149.7 | 155.25 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 158 | 198 | 0.42 | 0.20 | 0 | 0.22 | 208.92 | 0.42 | 0.61 |
| Hex | 73 | 9E | C6 | 2A | 14 | 0 | 16 | D1 | 2A | 3D |
| Octal | 163 | 236 | 306 | 52 | 24 | 0 | 26 | 321 | 52 | 75 |
| Binary | 1110011 | 10011110 | 11000110 | 101010 | 10100 | 0 | 10110 | 11010001 | 101010 | 111101 |
Color Harmonies of #739EC6
Complementary color
Monochromatic Colors of #739EC6
Black with #739EC6
Text Example
Text Example
White with #739EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739EC6; }
p { color: rgb(115,158,198); }
H1.HeaderClassName
{
color: #739EC6;
}
.AnyTagClassName
{
color: #739EC6;
}
</style>
background-color css
<style>
a { background-color: #739EC6; }
a { background-color: rgb(115,158,198); }
div.DivClassName
{
background-color: #739EC6;
}
.BgClassName
{
background-color: #739EC6;
}
</style>
border-color css
<style>
span { border-color: #739EC6; }
span { border-color: rgb(115,158,198); }
td.TdClassName
{
border-color: #739EC6;
}
.TagClassName
{
border-color: #739EC6;
}
</style>