Shades of Ship Cove #738BAE
Tints of Ship Cove #738BAE
RGB
CMYK
RGB Variations
Color information
#738BAE (or 0x738BAE) is known color: Ship Cove. HEX triplet: 73, 8B and AE. RGB value is (115,139,174). Sum of RGB (Red+Green+Blue) = 115+139+174=428 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.87% from 428); Green value is 139 (54.69% from 255 or 32.48% 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 #738BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738BAE is #8C7451. Grayscale: #878787. Windows color (decimal): -9204818 or 11438963. OLE color: 11438963.
HSL color Cylindrical-coordinate representation of color #738BAE: hue angle of 215.59º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #738BAE is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 139 | 174 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.32 |
| HSL | 215.59º | 0.27% | 0.57% | - |
| HSV(B) | 215.59º | 0.34% | 0.68% | - |
| XYZ | 23.94 | 25.17 | 43.64 | - |
| YUV | 135.81 | 149.55 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 139 | 174 | 0.34 | 0.20 | 0 | 0.32 | 215.59 | 0.27 | 0.57 |
| Hex | 73 | 8B | AE | 22 | 14 | 0 | 20 | D8 | 1B | 39 |
| Octal | 163 | 213 | 256 | 42 | 24 | 0 | 40 | 330 | 33 | 71 |
| Binary | 1110011 | 10001011 | 10101110 | 100010 | 10100 | 0 | 100000 | 11011000 | 11011 | 111001 |
Color Harmonies of #738BAE
Complementary color
Monochromatic Colors of #738BAE
Black with #738BAE
Text Example
Text Example
White with #738BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738BAE; }
p { color: rgb(115,139,174); }
H1.HeaderClassName
{
color: #738BAE;
}
.AnyTagClassName
{
color: #738BAE;
}
</style>
background-color css
<style>
a { background-color: #738BAE; }
a { background-color: rgb(115,139,174); }
div.DivClassName
{
background-color: #738BAE;
}
.BgClassName
{
background-color: #738BAE;
}
</style>
border-color css
<style>
span { border-color: #738BAE; }
span { border-color: rgb(115,139,174); }
td.TdClassName
{
border-color: #738BAE;
}
.TagClassName
{
border-color: #738BAE;
}
</style>