Shades of Polo Blue #75A3CB
Tints of Polo Blue #75A3CB
RGB
CMYK
RGB Variations
Color information
#75A3CB (or 0x75A3CB) is known color: Polo Blue. HEX triplet: 75, A3 and CB. RGB value is (117,163,203). Sum of RGB (Red+Green+Blue) = 117+163+203=483 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.22% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #75A3CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A3CB is #8A5C34. Grayscale: #999999. Windows color (decimal): -9067573 or 13345653. OLE color: 13345653.
HSL color Cylindrical-coordinate representation of color #75A3CB: hue angle of 207.91º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75A3CB is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 163 | 203 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.20 |
| HSL | 207.91º | 0.45% | 0.63% | - |
| HSV(B) | 207.91º | 0.42% | 0.8% | - |
| XYZ | 31.21 | 34.29 | 61.47 | - |
| YUV | 153.81 | 155.76 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 163 | 203 | 0.42 | 0.20 | 0 | 0.20 | 207.91 | 0.45 | 0.63 |
| Hex | 75 | A3 | CB | 2A | 14 | 0 | 14 | D0 | 2D | 3F |
| Octal | 165 | 243 | 313 | 52 | 24 | 0 | 24 | 320 | 55 | 77 |
| Binary | 1110101 | 10100011 | 11001011 | 101010 | 10100 | 0 | 10100 | 11010000 | 101101 | 111111 |
Color Harmonies of #75A3CB
Complementary color
Monochromatic Colors of #75A3CB
Black with #75A3CB
Text Example
Text Example
White with #75A3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A3CB; }
p { color: rgb(117,163,203); }
H1.HeaderClassName
{
color: #75A3CB;
}
.AnyTagClassName
{
color: #75A3CB;
}
</style>
background-color css
<style>
a { background-color: #75A3CB; }
a { background-color: rgb(117,163,203); }
div.DivClassName
{
background-color: #75A3CB;
}
.BgClassName
{
background-color: #75A3CB;
}
</style>
border-color css
<style>
span { border-color: #75A3CB; }
span { border-color: rgb(117,163,203); }
td.TdClassName
{
border-color: #75A3CB;
}
.TagClassName
{
border-color: #75A3CB;
}
</style>