Shades of Polo Blue #739ECB
Tints of Polo Blue #739ECB
RGB
CMYK
RGB Variations
Color information
#739ECB (or 0x739ECB) is known color: Polo Blue. HEX triplet: 73, 9E and CB. RGB value is (115,158,203). Sum of RGB (Red+Green+Blue) = 115+158+203=476 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.16% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #739ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739ECB is #8C6134. Grayscale: #969696. Windows color (decimal): -9199925 or 13344371. OLE color: 13344371.
HSL color Cylindrical-coordinate representation of color #739ECB: hue angle of 210.68º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #739ECB is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 158 | 203 | - |
| CMYK | 0.43 | 0.22 | 0 | 0.20 |
| HSL | 210.68º | 0.46% | 0.62% | - |
| HSV(B) | 210.68º | 0.43% | 0.8% | - |
| XYZ | 30.08 | 32.41 | 61.17 | - |
| YUV | 150.27 | 157.75 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 158 | 203 | 0.43 | 0.22 | 0 | 0.20 | 210.68 | 0.46 | 0.62 |
| Hex | 73 | 9E | CB | 2B | 16 | 0 | 14 | D3 | 2E | 3E |
| Octal | 163 | 236 | 313 | 53 | 26 | 0 | 24 | 323 | 56 | 76 |
| Binary | 1110011 | 10011110 | 11001011 | 101011 | 10110 | 0 | 10100 | 11010011 | 101110 | 111110 |
Color Harmonies of #739ECB
Complementary color
Monochromatic Colors of #739ECB
Black with #739ECB
Text Example
Text Example
White with #739ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739ECB; }
p { color: rgb(115,158,203); }
H1.HeaderClassName
{
color: #739ECB;
}
.AnyTagClassName
{
color: #739ECB;
}
</style>
background-color css
<style>
a { background-color: #739ECB; }
a { background-color: rgb(115,158,203); }
div.DivClassName
{
background-color: #739ECB;
}
.BgClassName
{
background-color: #739ECB;
}
</style>
border-color css
<style>
span { border-color: #739ECB; }
span { border-color: rgb(115,158,203); }
td.TdClassName
{
border-color: #739ECB;
}
.TagClassName
{
border-color: #739ECB;
}
</style>