Shades of Ship Cove #728DAE
Tints of Ship Cove #728DAE
RGB
CMYK
RGB Variations
Color information
#728DAE (or 0x728DAE) is known color: Ship Cove. HEX triplet: 72, 8D and AE. RGB value is (114,141,174). Sum of RGB (Red+Green+Blue) = 114+141+174=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #728DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728DAE is #8D7251. Grayscale: #888888. Windows color (decimal): -9269842 or 11439474. OLE color: 11439474.
HSL color Cylindrical-coordinate representation of color #728DAE: hue angle of 213º 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 #728DAE is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 141 | 174 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.32 |
| HSL | 213º | 0.27% | 0.56% | - |
| HSV(B) | 213º | 0.34% | 0.68% | - |
| XYZ | 24.1 | 25.68 | 43.73 | - |
| YUV | 136.69 | 149.05 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 141 | 174 | 0.34 | 0.19 | 0 | 0.32 | 213 | 0.27 | 0.56 |
| Hex | 72 | 8D | AE | 22 | 13 | 0 | 20 | D5 | 1B | 38 |
| Octal | 162 | 215 | 256 | 42 | 23 | 0 | 40 | 325 | 33 | 70 |
| Binary | 1110010 | 10001101 | 10101110 | 100010 | 10011 | 0 | 100000 | 11010101 | 11011 | 111000 |
Color Harmonies of #728DAE
Complementary color
Monochromatic Colors of #728DAE
Black with #728DAE
Text Example
Text Example
White with #728DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728DAE; }
p { color: rgb(114,141,174); }
H1.HeaderClassName
{
color: #728DAE;
}
.AnyTagClassName
{
color: #728DAE;
}
</style>
background-color css
<style>
a { background-color: #728DAE; }
a { background-color: rgb(114,141,174); }
div.DivClassName
{
background-color: #728DAE;
}
.BgClassName
{
background-color: #728DAE;
}
</style>
border-color css
<style>
span { border-color: #728DAE; }
span { border-color: rgb(114,141,174); }
td.TdClassName
{
border-color: #728DAE;
}
.TagClassName
{
border-color: #728DAE;
}
</style>