Shades of Ship Cove #738AAF
Tints of Ship Cove #738AAF
RGB
CMYK
RGB Variations
Color information
#738AAF (or 0x738AAF) is known color: Ship Cove. HEX triplet: 73, 8A and AF. RGB value is (115,138,175). Sum of RGB (Red+Green+Blue) = 115+138+175=428 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.87% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 175 - color contains mainly: blue. Hex color #738AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738AAF is #8C7550. Grayscale: #878787. Windows color (decimal): -9205073 or 11504243. OLE color: 11504243.
HSL color Cylindrical-coordinate representation of color #738AAF: hue angle of 217º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #738AAF is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 138 | 175 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.31 |
| HSL | 217º | 0.27% | 0.57% | - |
| HSV(B) | 217º | 0.34% | 0.69% | - |
| XYZ | 23.9 | 24.92 | 44.11 | - |
| YUV | 135.34 | 150.38 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 138 | 175 | 0.34 | 0.21 | 0 | 0.31 | 217 | 0.27 | 0.57 |
| Hex | 73 | 8A | AF | 22 | 15 | 0 | 1F | D9 | 1B | 39 |
| Octal | 163 | 212 | 257 | 42 | 25 | 0 | 37 | 331 | 33 | 71 |
| Binary | 1110011 | 10001010 | 10101111 | 100010 | 10101 | 0 | 11111 | 11011001 | 11011 | 111001 |
Color Harmonies of #738AAF
Complementary color
Monochromatic Colors of #738AAF
Black with #738AAF
Text Example
Text Example
White with #738AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738AAF; }
p { color: rgb(115,138,175); }
H1.HeaderClassName
{
color: #738AAF;
}
.AnyTagClassName
{
color: #738AAF;
}
</style>
background-color css
<style>
a { background-color: #738AAF; }
a { background-color: rgb(115,138,175); }
div.DivClassName
{
background-color: #738AAF;
}
.BgClassName
{
background-color: #738AAF;
}
</style>
border-color css
<style>
span { border-color: #738AAF; }
span { border-color: rgb(115,138,175); }
td.TdClassName
{
border-color: #738AAF;
}
.TagClassName
{
border-color: #738AAF;
}
</style>