Shades of Ship Cove #737BA8
Tints of Ship Cove #737BA8
RGB
CMYK
RGB Variations
Color information
#737BA8 (or 0x737BA8) is known color: Ship Cove. HEX triplet: 73, 7B and A8. RGB value is (115,123,168). Sum of RGB (Red+Green+Blue) = 115+123+168=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 168 - color contains mainly: blue. Hex color #737BA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737BA8 is #8C8457. Grayscale: #7D7D7D. Windows color (decimal): -9208920 or 11041651. OLE color: 11041651.
HSL color Cylindrical-coordinate representation of color #737BA8: hue angle of 230.94º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #737BA8 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 123 | 168 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.34 |
| HSL | 230.94º | 0.23% | 0.55% | - |
| HSV(B) | 230.94º | 0.32% | 0.66% | - |
| XYZ | 21.22 | 20.64 | 39.91 | - |
| YUV | 125.74 | 151.85 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 123 | 168 | 0.32 | 0.27 | 0 | 0.34 | 230.94 | 0.23 | 0.55 |
| Hex | 73 | 7B | A8 | 20 | 1B | 0 | 22 | E7 | 17 | 37 |
| Octal | 163 | 173 | 250 | 40 | 33 | 0 | 42 | 347 | 27 | 67 |
| Binary | 1110011 | 1111011 | 10101000 | 100000 | 11011 | 0 | 100010 | 11100111 | 10111 | 110111 |
Color Harmonies of #737BA8
Complementary color
Monochromatic Colors of #737BA8
Black with #737BA8
Text Example
Text Example
White with #737BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737BA8; }
p { color: rgb(115,123,168); }
H1.HeaderClassName
{
color: #737BA8;
}
.AnyTagClassName
{
color: #737BA8;
}
</style>
background-color css
<style>
a { background-color: #737BA8; }
a { background-color: rgb(115,123,168); }
div.DivClassName
{
background-color: #737BA8;
}
.BgClassName
{
background-color: #737BA8;
}
</style>
border-color css
<style>
span { border-color: #737BA8; }
span { border-color: rgb(115,123,168); }
td.TdClassName
{
border-color: #737BA8;
}
.TagClassName
{
border-color: #737BA8;
}
</style>