Shades of Ship Cove #708BB3
Tints of Ship Cove #708BB3
RGB
CMYK
RGB Variations
Color information
#708BB3 (or 0x708BB3) is known color: Ship Cove. HEX triplet: 70, 8B and B3. RGB value is (112,139,179). Sum of RGB (Red+Green+Blue) = 112+139+179=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 179 (70.31% from 255 or 41.63% from 430); Max value from RGB is 179 - color contains mainly: blue. Hex color #708BB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708BB3 is #8F744C. Grayscale: #878787. Windows color (decimal): -9401421 or 11766640. OLE color: 11766640.
HSL color Cylindrical-coordinate representation of color #708BB3: hue angle of 215.82º 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 #708BB3 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 139 | 179 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.30 |
| HSL | 215.82º | 0.31% | 0.57% | - |
| HSV(B) | 215.82º | 0.37% | 0.7% | - |
| XYZ | 24.05 | 25.16 | 46.24 | - |
| YUV | 135.49 | 152.55 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 179 | 0.37 | 0.22 | 0 | 0.30 | 215.82 | 0.31 | 0.57 |
| Hex | 70 | 8B | B3 | 25 | 16 | 0 | 1E | D8 | 1F | 39 |
| Octal | 160 | 213 | 263 | 45 | 26 | 0 | 36 | 330 | 37 | 71 |
| Binary | 1110000 | 10001011 | 10110011 | 100101 | 10110 | 0 | 11110 | 11011000 | 11111 | 111001 |
Color Harmonies of #708BB3
Complementary color
Monochromatic Colors of #708BB3
Black with #708BB3
Text Example
Text Example
White with #708BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708BB3; }
p { color: rgb(112,139,179); }
H1.HeaderClassName
{
color: #708BB3;
}
.AnyTagClassName
{
color: #708BB3;
}
</style>
background-color css
<style>
a { background-color: #708BB3; }
a { background-color: rgb(112,139,179); }
div.DivClassName
{
background-color: #708BB3;
}
.BgClassName
{
background-color: #708BB3;
}
</style>
border-color css
<style>
span { border-color: #708BB3; }
span { border-color: rgb(112,139,179); }
td.TdClassName
{
border-color: #708BB3;
}
.TagClassName
{
border-color: #708BB3;
}
</style>