Shades of Ship Cove #737BA0
Tints of Ship Cove #737BA0
RGB
CMYK
RGB Variations
Color information
#737BA0 (or 0x737BA0) is known color: Ship Cove. HEX triplet: 73, 7B and A0. RGB value is (115,123,160). Sum of RGB (Red+Green+Blue) = 115+123+160=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 160 - color contains mainly: blue. Hex color #737BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737BA0 is #8C845F. Grayscale: #7C7C7C. Windows color (decimal): -9208928 or 10517363. OLE color: 10517363.
HSL color Cylindrical-coordinate representation of color #737BA0: hue angle of 229.33º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #737BA0 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 123 | 160 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.37 |
| HSL | 229.33º | 0.19% | 0.54% | - |
| HSV(B) | 229.33º | 0.28% | 0.63% | - |
| XYZ | 20.5 | 20.35 | 36.11 | - |
| YUV | 124.83 | 147.85 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 123 | 160 | 0.28 | 0.23 | 0 | 0.37 | 229.33 | 0.19 | 0.54 |
| Hex | 73 | 7B | A0 | 1C | 17 | 0 | 25 | E5 | 13 | 36 |
| Octal | 163 | 173 | 240 | 34 | 27 | 0 | 45 | 345 | 23 | 66 |
| Binary | 1110011 | 1111011 | 10100000 | 11100 | 10111 | 0 | 100101 | 11100101 | 10011 | 110110 |
Color Harmonies of #737BA0
Complementary color
Monochromatic Colors of #737BA0
Black with #737BA0
Text Example
Text Example
White with #737BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737BA0; }
p { color: rgb(115,123,160); }
H1.HeaderClassName
{
color: #737BA0;
}
.AnyTagClassName
{
color: #737BA0;
}
</style>
background-color css
<style>
a { background-color: #737BA0; }
a { background-color: rgb(115,123,160); }
div.DivClassName
{
background-color: #737BA0;
}
.BgClassName
{
background-color: #737BA0;
}
</style>
border-color css
<style>
span { border-color: #737BA0; }
span { border-color: rgb(115,123,160); }
td.TdClassName
{
border-color: #737BA0;
}
.TagClassName
{
border-color: #737BA0;
}
</style>