Shades of Ship Cove #738DAB
Tints of Ship Cove #738DAB
RGB
CMYK
RGB Variations
Color information
#738DAB (or 0x738DAB) is known color: Ship Cove. HEX triplet: 73, 8D and AB. RGB value is (115,141,171). Sum of RGB (Red+Green+Blue) = 115+141+171=427 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.93% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #738DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738DAB is #8C7254. Grayscale: #888888. Windows color (decimal): -9204309 or 11242867. OLE color: 11242867.
HSL color Cylindrical-coordinate representation of color #738DAB: hue angle of 212.14º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #738DAB is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 141 | 171 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.33 |
| HSL | 212.14º | 0.25% | 0.56% | - |
| HSV(B) | 212.14º | 0.33% | 0.67% | - |
| XYZ | 23.95 | 25.63 | 42.21 | - |
| YUV | 136.65 | 147.39 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 141 | 171 | 0.33 | 0.18 | 0 | 0.33 | 212.14 | 0.25 | 0.56 |
| Hex | 73 | 8D | AB | 21 | 12 | 0 | 21 | D4 | 19 | 38 |
| Octal | 163 | 215 | 253 | 41 | 22 | 0 | 41 | 324 | 31 | 70 |
| Binary | 1110011 | 10001101 | 10101011 | 100001 | 10010 | 0 | 100001 | 11010100 | 11001 | 111000 |
Color Harmonies of #738DAB
Complementary color
Monochromatic Colors of #738DAB
Black with #738DAB
Text Example
Text Example
White with #738DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738DAB; }
p { color: rgb(115,141,171); }
H1.HeaderClassName
{
color: #738DAB;
}
.AnyTagClassName
{
color: #738DAB;
}
</style>
background-color css
<style>
a { background-color: #738DAB; }
a { background-color: rgb(115,141,171); }
div.DivClassName
{
background-color: #738DAB;
}
.BgClassName
{
background-color: #738DAB;
}
</style>
border-color css
<style>
span { border-color: #738DAB; }
span { border-color: rgb(115,141,171); }
td.TdClassName
{
border-color: #738DAB;
}
.TagClassName
{
border-color: #738DAB;
}
</style>