Shades of Ship Cove #728AAE
Tints of Ship Cove #728AAE
RGB
CMYK
RGB Variations
Color information
#728AAE (or 0x728AAE) is known color: Ship Cove. HEX triplet: 72, 8A and AE. RGB value is (114,138,174). Sum of RGB (Red+Green+Blue) = 114+138+174=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #728AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728AAE is #8D7551. Grayscale: #868686. Windows color (decimal): -9270610 or 11438706. OLE color: 11438706.
HSL color Cylindrical-coordinate representation of color #728AAE: hue angle of 216º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #728AAE is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 138 | 174 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.32 |
| HSL | 216º | 0.27% | 0.56% | - |
| HSV(B) | 216º | 0.34% | 0.68% | - |
| XYZ | 23.67 | 24.81 | 43.59 | - |
| YUV | 134.93 | 150.05 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 138 | 174 | 0.34 | 0.21 | 0 | 0.32 | 216 | 0.27 | 0.56 |
| Hex | 72 | 8A | AE | 22 | 15 | 0 | 20 | D8 | 1B | 38 |
| Octal | 162 | 212 | 256 | 42 | 25 | 0 | 40 | 330 | 33 | 70 |
| Binary | 1110010 | 10001010 | 10101110 | 100010 | 10101 | 0 | 100000 | 11011000 | 11011 | 111000 |
Color Harmonies of #728AAE
Complementary color
Monochromatic Colors of #728AAE
Black with #728AAE
Text Example
Text Example
White with #728AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728AAE; }
p { color: rgb(114,138,174); }
H1.HeaderClassName
{
color: #728AAE;
}
.AnyTagClassName
{
color: #728AAE;
}
</style>
background-color css
<style>
a { background-color: #728AAE; }
a { background-color: rgb(114,138,174); }
div.DivClassName
{
background-color: #728AAE;
}
.BgClassName
{
background-color: #728AAE;
}
</style>
border-color css
<style>
span { border-color: #728AAE; }
span { border-color: rgb(114,138,174); }
td.TdClassName
{
border-color: #728AAE;
}
.TagClassName
{
border-color: #728AAE;
}
</style>