Shades of Ship Cove #738CAB
Tints of Ship Cove #738CAB
RGB
CMYK
RGB Variations
Color information
#738CAB (or 0x738CAB) is known color: Ship Cove. HEX triplet: 73, 8C and AB. RGB value is (115,140,171). Sum of RGB (Red+Green+Blue) = 115+140+171=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #738CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738CAB is #8C7354. Grayscale: #878787. Windows color (decimal): -9204565 or 11242611. OLE color: 11242611.
HSL color Cylindrical-coordinate representation of color #738CAB: hue angle of 213.21º 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 #738CAB is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 140 | 171 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.33 |
| HSL | 213.21º | 0.25% | 0.56% | - |
| HSV(B) | 213.21º | 0.33% | 0.67% | - |
| XYZ | 23.8 | 25.34 | 42.17 | - |
| YUV | 136.06 | 147.72 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 140 | 171 | 0.33 | 0.18 | 0 | 0.33 | 213.21 | 0.25 | 0.56 |
| Hex | 73 | 8C | AB | 21 | 12 | 0 | 21 | D5 | 19 | 38 |
| Octal | 163 | 214 | 253 | 41 | 22 | 0 | 41 | 325 | 31 | 70 |
| Binary | 1110011 | 10001100 | 10101011 | 100001 | 10010 | 0 | 100001 | 11010101 | 11001 | 111000 |
Color Harmonies of #738CAB
Complementary color
Monochromatic Colors of #738CAB
Black with #738CAB
Text Example
Text Example
White with #738CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738CAB; }
p { color: rgb(115,140,171); }
H1.HeaderClassName
{
color: #738CAB;
}
.AnyTagClassName
{
color: #738CAB;
}
</style>
background-color css
<style>
a { background-color: #738CAB; }
a { background-color: rgb(115,140,171); }
div.DivClassName
{
background-color: #738CAB;
}
.BgClassName
{
background-color: #738CAB;
}
</style>
border-color css
<style>
span { border-color: #738CAB; }
span { border-color: rgb(115,140,171); }
td.TdClassName
{
border-color: #738CAB;
}
.TagClassName
{
border-color: #738CAB;
}
</style>