Shades of Ship Cove #708DB3
Tints of Ship Cove #708DB3
RGB
CMYK
RGB Variations
Color information
#708DB3 (or 0x708DB3) is known color: Ship Cove. HEX triplet: 70, 8D and B3. RGB value is (112,141,179). Sum of RGB (Red+Green+Blue) = 112+141+179=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 179 (70.31% from 255 or 41.44% from 432); Max value from RGB is 179 - color contains mainly: blue. Hex color #708DB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708DB3 is #8F724C. Grayscale: #888888. Windows color (decimal): -9400909 or 11767152. OLE color: 11767152.
HSL color Cylindrical-coordinate representation of color #708DB3: hue angle of 214.03º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #708DB3 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 141 | 179 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.30 |
| HSL | 214.03º | 0.31% | 0.57% | - |
| HSV(B) | 214.03º | 0.37% | 0.7% | - |
| XYZ | 24.34 | 25.75 | 46.33 | - |
| YUV | 136.66 | 151.89 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 179 | 0.37 | 0.21 | 0 | 0.30 | 214.03 | 0.31 | 0.57 |
| Hex | 70 | 8D | B3 | 25 | 15 | 0 | 1E | D6 | 1F | 39 |
| Octal | 160 | 215 | 263 | 45 | 25 | 0 | 36 | 326 | 37 | 71 |
| Binary | 1110000 | 10001101 | 10110011 | 100101 | 10101 | 0 | 11110 | 11010110 | 11111 | 111001 |
Color Harmonies of #708DB3
Complementary color
Monochromatic Colors of #708DB3
Black with #708DB3
Text Example
Text Example
White with #708DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708DB3; }
p { color: rgb(112,141,179); }
H1.HeaderClassName
{
color: #708DB3;
}
.AnyTagClassName
{
color: #708DB3;
}
</style>
background-color css
<style>
a { background-color: #708DB3; }
a { background-color: rgb(112,141,179); }
div.DivClassName
{
background-color: #708DB3;
}
.BgClassName
{
background-color: #708DB3;
}
</style>
border-color css
<style>
span { border-color: #708DB3; }
span { border-color: rgb(112,141,179); }
td.TdClassName
{
border-color: #708DB3;
}
.TagClassName
{
border-color: #708DB3;
}
</style>