Shades of Ship Cove #738CB3
Tints of Ship Cove #738CB3
RGB
CMYK
RGB Variations
Color information
#738CB3 (or 0x738CB3) is known color: Ship Cove. HEX triplet: 73, 8C and B3. RGB value is (115,140,179). Sum of RGB (Red+Green+Blue) = 115+140+179=434 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.50% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 179 - color contains mainly: blue. Hex color #738CB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738CB3 is #8C734C. Grayscale: #888888. Windows color (decimal): -9204557 or 11766899. OLE color: 11766899.
HSL color Cylindrical-coordinate representation of color #738CB3: hue angle of 216.56º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #738CB3 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 140 | 179 | - |
| CMYK | 0.36 | 0.22 | 0 | 0.30 |
| HSL | 216.56º | 0.3% | 0.58% | - |
| HSV(B) | 216.56º | 0.36% | 0.7% | - |
| XYZ | 24.59 | 25.66 | 46.3 | - |
| YUV | 136.97 | 151.72 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 140 | 179 | 0.36 | 0.22 | 0 | 0.30 | 216.56 | 0.3 | 0.58 |
| Hex | 73 | 8C | B3 | 24 | 16 | 0 | 1E | D9 | 1E | 3A |
| Octal | 163 | 214 | 263 | 44 | 26 | 0 | 36 | 331 | 36 | 72 |
| Binary | 1110011 | 10001100 | 10110011 | 100100 | 10110 | 0 | 11110 | 11011001 | 11110 | 111010 |
Color Harmonies of #738CB3
Complementary color
Monochromatic Colors of #738CB3
Black with #738CB3
Text Example
Text Example
White with #738CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738CB3; }
p { color: rgb(115,140,179); }
H1.HeaderClassName
{
color: #738CB3;
}
.AnyTagClassName
{
color: #738CB3;
}
</style>
background-color css
<style>
a { background-color: #738CB3; }
a { background-color: rgb(115,140,179); }
div.DivClassName
{
background-color: #738CB3;
}
.BgClassName
{
background-color: #738CB3;
}
</style>
border-color css
<style>
span { border-color: #738CB3; }
span { border-color: rgb(115,140,179); }
td.TdClassName
{
border-color: #738CB3;
}
.TagClassName
{
border-color: #738CB3;
}
</style>