Shades of Ship Cove #737DA0
Tints of Ship Cove #737DA0
RGB
CMYK
RGB Variations
Color information
#737DA0 (or 0x737DA0) is known color: Ship Cove. HEX triplet: 73, 7D and A0. RGB value is (115,125,160). Sum of RGB (Red+Green+Blue) = 115+125+160=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 160 - color contains mainly: blue. Hex color #737DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737DA0 is #8C825F. Grayscale: #7D7D7D. Windows color (decimal): -9208416 or 10517875. OLE color: 10517875.
HSL color Cylindrical-coordinate representation of color #737DA0: hue angle of 226.67º 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 #737DA0 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 125 | 160 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.37 |
| HSL | 226.67º | 0.19% | 0.54% | - |
| HSV(B) | 226.67º | 0.28% | 0.63% | - |
| XYZ | 20.75 | 20.85 | 36.19 | - |
| YUV | 126 | 147.19 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 125 | 160 | 0.28 | 0.22 | 0 | 0.37 | 226.67 | 0.19 | 0.54 |
| Hex | 73 | 7D | A0 | 1C | 16 | 0 | 25 | E3 | 13 | 36 |
| Octal | 163 | 175 | 240 | 34 | 26 | 0 | 45 | 343 | 23 | 66 |
| Binary | 1110011 | 1111101 | 10100000 | 11100 | 10110 | 0 | 100101 | 11100011 | 10011 | 110110 |
Color Harmonies of #737DA0
Complementary color
Monochromatic Colors of #737DA0
Black with #737DA0
Text Example
Text Example
White with #737DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737DA0; }
p { color: rgb(115,125,160); }
H1.HeaderClassName
{
color: #737DA0;
}
.AnyTagClassName
{
color: #737DA0;
}
</style>
background-color css
<style>
a { background-color: #737DA0; }
a { background-color: rgb(115,125,160); }
div.DivClassName
{
background-color: #737DA0;
}
.BgClassName
{
background-color: #737DA0;
}
</style>
border-color css
<style>
span { border-color: #737DA0; }
span { border-color: rgb(115,125,160); }
td.TdClassName
{
border-color: #737DA0;
}
.TagClassName
{
border-color: #737DA0;
}
</style>