Shades of Polo Blue #7399CB
Tints of Polo Blue #7399CB
RGB
CMYK
RGB Variations
Color information
#7399CB (or 0x7399CB) is known color: Polo Blue. HEX triplet: 73, 99 and CB. RGB value is (115,153,203). Sum of RGB (Red+Green+Blue) = 115+153+203=471 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.42% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #7399CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7399CB is #8C6634. Grayscale: #939393. Windows color (decimal): -9201205 or 13343091. OLE color: 13343091.
HSL color Cylindrical-coordinate representation of color #7399CB: hue angle of 214.09º 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 #7399CB is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 153 | 203 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.20 |
| HSL | 214.09º | 0.46% | 0.62% | - |
| HSV(B) | 214.09º | 0.43% | 0.8% | - |
| XYZ | 29.24 | 30.74 | 60.89 | - |
| YUV | 147.34 | 159.41 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 153 | 203 | 0.43 | 0.25 | 0 | 0.20 | 214.09 | 0.46 | 0.62 |
| Hex | 73 | 99 | CB | 2B | 19 | 0 | 14 | D6 | 2E | 3E |
| Octal | 163 | 231 | 313 | 53 | 31 | 0 | 24 | 326 | 56 | 76 |
| Binary | 1110011 | 10011001 | 11001011 | 101011 | 11001 | 0 | 10100 | 11010110 | 101110 | 111110 |
Color Harmonies of #7399CB
Complementary color
Monochromatic Colors of #7399CB
Black with #7399CB
Text Example
Text Example
White with #7399CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7399CB; }
p { color: rgb(115,153,203); }
H1.HeaderClassName
{
color: #7399CB;
}
.AnyTagClassName
{
color: #7399CB;
}
</style>
background-color css
<style>
a { background-color: #7399CB; }
a { background-color: rgb(115,153,203); }
div.DivClassName
{
background-color: #7399CB;
}
.BgClassName
{
background-color: #7399CB;
}
</style>
border-color css
<style>
span { border-color: #7399CB; }
span { border-color: rgb(115,153,203); }
td.TdClassName
{
border-color: #7399CB;
}
.TagClassName
{
border-color: #7399CB;
}
</style>