Shades of Ship Cove #737CAA
Tints of Ship Cove #737CAA
RGB
CMYK
RGB Variations
Color information
#737CAA (or 0x737CAA) is known color: Ship Cove. HEX triplet: 73, 7C and AA. RGB value is (115,124,170). Sum of RGB (Red+Green+Blue) = 115+124+170=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #737CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737CAA is #8C8355. Grayscale: #7E7E7E. Windows color (decimal): -9208662 or 11172979. OLE color: 11172979.
HSL color Cylindrical-coordinate representation of color #737CAA: hue angle of 230.18º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #737CAA is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 124 | 170 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.33 |
| HSL | 230.18º | 0.24% | 0.56% | - |
| HSV(B) | 230.18º | 0.32% | 0.67% | - |
| XYZ | 21.53 | 20.96 | 40.94 | - |
| YUV | 126.55 | 152.52 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 124 | 170 | 0.32 | 0.27 | 0 | 0.33 | 230.18 | 0.24 | 0.56 |
| Hex | 73 | 7C | AA | 20 | 1B | 0 | 21 | E6 | 18 | 38 |
| Octal | 163 | 174 | 252 | 40 | 33 | 0 | 41 | 346 | 30 | 70 |
| Binary | 1110011 | 1111100 | 10101010 | 100000 | 11011 | 0 | 100001 | 11100110 | 11000 | 111000 |
Color Harmonies of #737CAA
Complementary color
Monochromatic Colors of #737CAA
Black with #737CAA
Text Example
Text Example
White with #737CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737CAA; }
p { color: rgb(115,124,170); }
H1.HeaderClassName
{
color: #737CAA;
}
.AnyTagClassName
{
color: #737CAA;
}
</style>
background-color css
<style>
a { background-color: #737CAA; }
a { background-color: rgb(115,124,170); }
div.DivClassName
{
background-color: #737CAA;
}
.BgClassName
{
background-color: #737CAA;
}
</style>
border-color css
<style>
span { border-color: #737CAA; }
span { border-color: rgb(115,124,170); }
td.TdClassName
{
border-color: #737CAA;
}
.TagClassName
{
border-color: #737CAA;
}
</style>