Shades of Ship Cove #728CAA
Tints of Ship Cove #728CAA
RGB
CMYK
RGB Variations
Color information
#728CAA (or 0x728CAA) is known color: Ship Cove. HEX triplet: 72, 8C and AA. RGB value is (114,140,170). Sum of RGB (Red+Green+Blue) = 114+140+170=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #728CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728CAA is #8D7355. Grayscale: #878787. Windows color (decimal): -9270102 or 11177074. OLE color: 11177074.
HSL color Cylindrical-coordinate representation of color #728CAA: hue angle of 212.14º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #728CAA is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 140 | 170 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.33 |
| HSL | 212.14º | 0.25% | 0.56% | - |
| HSV(B) | 212.14º | 0.33% | 0.67% | - |
| XYZ | 23.57 | 25.24 | 41.66 | - |
| YUV | 135.65 | 147.39 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 170 | 0.33 | 0.18 | 0 | 0.33 | 212.14 | 0.25 | 0.56 |
| Hex | 72 | 8C | AA | 21 | 12 | 0 | 21 | D4 | 19 | 38 |
| Octal | 162 | 214 | 252 | 41 | 22 | 0 | 41 | 324 | 31 | 70 |
| Binary | 1110010 | 10001100 | 10101010 | 100001 | 10010 | 0 | 100001 | 11010100 | 11001 | 111000 |
Color Harmonies of #728CAA
Complementary color
Monochromatic Colors of #728CAA
Black with #728CAA
Text Example
Text Example
White with #728CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728CAA; }
p { color: rgb(114,140,170); }
H1.HeaderClassName
{
color: #728CAA;
}
.AnyTagClassName
{
color: #728CAA;
}
</style>
background-color css
<style>
a { background-color: #728CAA; }
a { background-color: rgb(114,140,170); }
div.DivClassName
{
background-color: #728CAA;
}
.BgClassName
{
background-color: #728CAA;
}
</style>
border-color css
<style>
span { border-color: #728CAA; }
span { border-color: rgb(114,140,170); }
td.TdClassName
{
border-color: #728CAA;
}
.TagClassName
{
border-color: #728CAA;
}
</style>