Shades of Ship Cove #728CAE
Tints of Ship Cove #728CAE
RGB
CMYK
RGB Variations
Color information
#728CAE (or 0x728CAE) is known color: Ship Cove. HEX triplet: 72, 8C and AE. RGB value is (114,140,174). Sum of RGB (Red+Green+Blue) = 114+140+174=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #728CAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728CAE is #8D7351. Grayscale: #878787. Windows color (decimal): -9270098 or 11439218. OLE color: 11439218.
HSL color Cylindrical-coordinate representation of color #728CAE: hue angle of 214º 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 #728CAE is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 140 | 174 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.32 |
| HSL | 214º | 0.27% | 0.56% | - |
| HSV(B) | 214º | 0.34% | 0.68% | - |
| XYZ | 23.96 | 25.39 | 43.68 | - |
| YUV | 136.1 | 149.39 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 174 | 0.34 | 0.20 | 0 | 0.32 | 214 | 0.27 | 0.56 |
| Hex | 72 | 8C | AE | 22 | 14 | 0 | 20 | D6 | 1B | 38 |
| Octal | 162 | 214 | 256 | 42 | 24 | 0 | 40 | 326 | 33 | 70 |
| Binary | 1110010 | 10001100 | 10101110 | 100010 | 10100 | 0 | 100000 | 11010110 | 11011 | 111000 |
Color Harmonies of #728CAE
Complementary color
Monochromatic Colors of #728CAE
Black with #728CAE
Text Example
Text Example
White with #728CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728CAE; }
p { color: rgb(114,140,174); }
H1.HeaderClassName
{
color: #728CAE;
}
.AnyTagClassName
{
color: #728CAE;
}
</style>
background-color css
<style>
a { background-color: #728CAE; }
a { background-color: rgb(114,140,174); }
div.DivClassName
{
background-color: #728CAE;
}
.BgClassName
{
background-color: #728CAE;
}
</style>
border-color css
<style>
span { border-color: #728CAE; }
span { border-color: rgb(114,140,174); }
td.TdClassName
{
border-color: #728CAE;
}
.TagClassName
{
border-color: #728CAE;
}
</style>