Shades of Ship Cove #737AA6
Tints of Ship Cove #737AA6
RGB
CMYK
RGB Variations
Color information
#737AA6 (or 0x737AA6) is known color: Ship Cove. HEX triplet: 73, 7A and A6. RGB value is (115,122,166). Sum of RGB (Red+Green+Blue) = 115+122+166=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 166 (65.23% from 255 or 41.19% from 403); Max value from RGB is 166 - color contains mainly: blue. Hex color #737AA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737AA6 is #8C8559. Grayscale: #7C7C7C. Windows color (decimal): -9209178 or 10910323. OLE color: 10910323.
HSL color Cylindrical-coordinate representation of color #737AA6: hue angle of 231.76º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #737AA6 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 122 | 166 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.35 |
| HSL | 231.76º | 0.22% | 0.55% | - |
| HSV(B) | 231.76º | 0.31% | 0.65% | - |
| XYZ | 20.91 | 20.32 | 38.9 | - |
| YUV | 124.92 | 151.18 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 122 | 166 | 0.31 | 0.27 | 0 | 0.35 | 231.76 | 0.22 | 0.55 |
| Hex | 73 | 7A | A6 | 1F | 1B | 0 | 23 | E8 | 16 | 37 |
| Octal | 163 | 172 | 246 | 37 | 33 | 0 | 43 | 350 | 26 | 67 |
| Binary | 1110011 | 1111010 | 10100110 | 11111 | 11011 | 0 | 100011 | 11101000 | 10110 | 110111 |
Color Harmonies of #737AA6
Complementary color
Monochromatic Colors of #737AA6
Black with #737AA6
Text Example
Text Example
White with #737AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737AA6; }
p { color: rgb(115,122,166); }
H1.HeaderClassName
{
color: #737AA6;
}
.AnyTagClassName
{
color: #737AA6;
}
</style>
background-color css
<style>
a { background-color: #737AA6; }
a { background-color: rgb(115,122,166); }
div.DivClassName
{
background-color: #737AA6;
}
.BgClassName
{
background-color: #737AA6;
}
</style>
border-color css
<style>
span { border-color: #737AA6; }
span { border-color: rgb(115,122,166); }
td.TdClassName
{
border-color: #737AA6;
}
.TagClassName
{
border-color: #737AA6;
}
</style>