Shades of Ship Cove #738BAF
Tints of Ship Cove #738BAF
RGB
CMYK
RGB Variations
Color information
#738BAF (or 0x738BAF) is known color: Ship Cove. HEX triplet: 73, 8B and AF. RGB value is (115,139,175). Sum of RGB (Red+Green+Blue) = 115+139+175=429 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.81% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #738BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738BAF is #8C7450. Grayscale: #878787. Windows color (decimal): -9204817 or 11504499. OLE color: 11504499.
HSL color Cylindrical-coordinate representation of color #738BAF: hue angle of 216º 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 #738BAF is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 139 | 175 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.31 |
| HSL | 216º | 0.27% | 0.57% | - |
| HSV(B) | 216º | 0.34% | 0.69% | - |
| XYZ | 24.04 | 25.21 | 44.16 | - |
| YUV | 135.93 | 150.05 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 139 | 175 | 0.34 | 0.21 | 0 | 0.31 | 216 | 0.27 | 0.57 |
| Hex | 73 | 8B | AF | 22 | 15 | 0 | 1F | D8 | 1B | 39 |
| Octal | 163 | 213 | 257 | 42 | 25 | 0 | 37 | 330 | 33 | 71 |
| Binary | 1110011 | 10001011 | 10101111 | 100010 | 10101 | 0 | 11111 | 11011000 | 11011 | 111001 |
Color Harmonies of #738BAF
Complementary color
Monochromatic Colors of #738BAF
Black with #738BAF
Text Example
Text Example
White with #738BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738BAF; }
p { color: rgb(115,139,175); }
H1.HeaderClassName
{
color: #738BAF;
}
.AnyTagClassName
{
color: #738BAF;
}
</style>
background-color css
<style>
a { background-color: #738BAF; }
a { background-color: rgb(115,139,175); }
div.DivClassName
{
background-color: #738BAF;
}
.BgClassName
{
background-color: #738BAF;
}
</style>
border-color css
<style>
span { border-color: #738BAF; }
span { border-color: rgb(115,139,175); }
td.TdClassName
{
border-color: #738BAF;
}
.TagClassName
{
border-color: #738BAF;
}
</style>