Shades of Polo Blue #7297CB
Tints of Polo Blue #7297CB
RGB
CMYK
RGB Variations
Color information
#7297CB (or 0x7297CB) is known color: Polo Blue. HEX triplet: 72, 97 and CB. RGB value is (114,151,203). Sum of RGB (Red+Green+Blue) = 114+151+203=468 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.36% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #7297CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7297CB is #8D6834. Grayscale: #919191. Windows color (decimal): -9267253 or 13342578. OLE color: 13342578.
HSL color Cylindrical-coordinate representation of color #7297CB: hue angle of 215.06º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7297CB is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 151 | 203 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.20 |
| HSL | 215.06º | 0.46% | 0.62% | - |
| HSV(B) | 215.06º | 0.44% | 0.8% | - |
| XYZ | 28.79 | 30.02 | 60.78 | - |
| YUV | 145.87 | 160.24 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 151 | 203 | 0.44 | 0.26 | 0 | 0.20 | 215.06 | 0.46 | 0.62 |
| Hex | 72 | 97 | CB | 2C | 1A | 0 | 14 | D7 | 2E | 3E |
| Octal | 162 | 227 | 313 | 54 | 32 | 0 | 24 | 327 | 56 | 76 |
| Binary | 1110010 | 10010111 | 11001011 | 101100 | 11010 | 0 | 10100 | 11010111 | 101110 | 111110 |
Color Harmonies of #7297CB
Complementary color
Monochromatic Colors of #7297CB
Black with #7297CB
Text Example
Text Example
White with #7297CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7297CB; }
p { color: rgb(114,151,203); }
H1.HeaderClassName
{
color: #7297CB;
}
.AnyTagClassName
{
color: #7297CB;
}
</style>
background-color css
<style>
a { background-color: #7297CB; }
a { background-color: rgb(114,151,203); }
div.DivClassName
{
background-color: #7297CB;
}
.BgClassName
{
background-color: #7297CB;
}
</style>
border-color css
<style>
span { border-color: #7297CB; }
span { border-color: rgb(114,151,203); }
td.TdClassName
{
border-color: #7297CB;
}
.TagClassName
{
border-color: #7297CB;
}
</style>