Shades of Ship Cove #7388AB
Tints of Ship Cove #7388AB
RGB
CMYK
RGB Variations
Color information
#7388AB (or 0x7388AB) is known color: Ship Cove. HEX triplet: 73, 88 and AB. RGB value is (115,136,171). Sum of RGB (Red+Green+Blue) = 115+136+171=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #7388AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7388AB is #8C7754. Grayscale: #858585. Windows color (decimal): -9205589 or 11241587. OLE color: 11241587.
HSL color Cylindrical-coordinate representation of color #7388AB: hue angle of 217.5º 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 #7388AB is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 136 | 171 | - |
| CMYK | 0.33 | 0.20 | 0 | 0.33 |
| HSL | 217.5º | 0.25% | 0.56% | - |
| HSV(B) | 217.5º | 0.33% | 0.67% | - |
| XYZ | 23.23 | 24.19 | 41.97 | - |
| YUV | 133.71 | 149.04 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 136 | 171 | 0.33 | 0.20 | 0 | 0.33 | 217.5 | 0.25 | 0.56 |
| Hex | 73 | 88 | AB | 21 | 14 | 0 | 21 | DA | 19 | 38 |
| Octal | 163 | 210 | 253 | 41 | 24 | 0 | 41 | 332 | 31 | 70 |
| Binary | 1110011 | 10001000 | 10101011 | 100001 | 10100 | 0 | 100001 | 11011010 | 11001 | 111000 |
Color Harmonies of #7388AB
Complementary color
Monochromatic Colors of #7388AB
Black with #7388AB
Text Example
Text Example
White with #7388AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7388AB; }
p { color: rgb(115,136,171); }
H1.HeaderClassName
{
color: #7388AB;
}
.AnyTagClassName
{
color: #7388AB;
}
</style>
background-color css
<style>
a { background-color: #7388AB; }
a { background-color: rgb(115,136,171); }
div.DivClassName
{
background-color: #7388AB;
}
.BgClassName
{
background-color: #7388AB;
}
</style>
border-color css
<style>
span { border-color: #7388AB; }
span { border-color: rgb(115,136,171); }
td.TdClassName
{
border-color: #7388AB;
}
.TagClassName
{
border-color: #7388AB;
}
</style>