Shades of Polo Blue #739DCB
Tints of Polo Blue #739DCB
RGB
CMYK
RGB Variations
Color information
#739DCB (or 0x739DCB) is known color: Polo Blue. HEX triplet: 73, 9D and CB. RGB value is (115,157,203). Sum of RGB (Red+Green+Blue) = 115+157+203=475 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.21% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #739DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739DCB is #8C6234. Grayscale: #959595. Windows color (decimal): -9200181 or 13344115. OLE color: 13344115.
HSL color Cylindrical-coordinate representation of color #739DCB: hue angle of 211.36º 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 #739DCB is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 157 | 203 | - |
| CMYK | 0.43 | 0.23 | 0 | 0.20 |
| HSL | 211.36º | 0.46% | 0.62% | - |
| HSV(B) | 211.36º | 0.43% | 0.8% | - |
| XYZ | 29.91 | 32.07 | 61.11 | - |
| YUV | 149.69 | 158.09 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 157 | 203 | 0.43 | 0.23 | 0 | 0.20 | 211.36 | 0.46 | 0.62 |
| Hex | 73 | 9D | CB | 2B | 17 | 0 | 14 | D3 | 2E | 3E |
| Octal | 163 | 235 | 313 | 53 | 27 | 0 | 24 | 323 | 56 | 76 |
| Binary | 1110011 | 10011101 | 11001011 | 101011 | 10111 | 0 | 10100 | 11010011 | 101110 | 111110 |
Color Harmonies of #739DCB
Complementary color
Monochromatic Colors of #739DCB
Black with #739DCB
Text Example
Text Example
White with #739DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739DCB; }
p { color: rgb(115,157,203); }
H1.HeaderClassName
{
color: #739DCB;
}
.AnyTagClassName
{
color: #739DCB;
}
</style>
background-color css
<style>
a { background-color: #739DCB; }
a { background-color: rgb(115,157,203); }
div.DivClassName
{
background-color: #739DCB;
}
.BgClassName
{
background-color: #739DCB;
}
</style>
border-color css
<style>
span { border-color: #739DCB; }
span { border-color: rgb(115,157,203); }
td.TdClassName
{
border-color: #739DCB;
}
.TagClassName
{
border-color: #739DCB;
}
</style>