Shades of Ship Cove #737CA9
Tints of Ship Cove #737CA9
RGB
CMYK
RGB Variations
Color information
#737CA9 (or 0x737CA9) is known color: Ship Cove. HEX triplet: 73, 7C and A9. RGB value is (115,124,169). Sum of RGB (Red+Green+Blue) = 115+124+169=408 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.19% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 169 (66.41% from 255 or 41.42% from 408); Max value from RGB is 169 - color contains mainly: blue. Hex color #737CA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737CA9 is #8C8356. Grayscale: #7E7E7E. Windows color (decimal): -9208663 or 11107443. OLE color: 11107443.
HSL color Cylindrical-coordinate representation of color #737CA9: hue angle of 230º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #737CA9 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 124 | 169 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.34 |
| HSL | 230º | 0.24% | 0.56% | - |
| HSV(B) | 230º | 0.32% | 0.66% | - |
| XYZ | 21.44 | 20.92 | 40.45 | - |
| YUV | 126.44 | 152.02 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 124 | 169 | 0.32 | 0.27 | 0 | 0.34 | 230 | 0.24 | 0.56 |
| Hex | 73 | 7C | A9 | 20 | 1B | 0 | 22 | E6 | 18 | 38 |
| Octal | 163 | 174 | 251 | 40 | 33 | 0 | 42 | 346 | 30 | 70 |
| Binary | 1110011 | 1111100 | 10101001 | 100000 | 11011 | 0 | 100010 | 11100110 | 11000 | 111000 |
Color Harmonies of #737CA9
Complementary color
Monochromatic Colors of #737CA9
Black with #737CA9
Text Example
Text Example
White with #737CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737CA9; }
p { color: rgb(115,124,169); }
H1.HeaderClassName
{
color: #737CA9;
}
.AnyTagClassName
{
color: #737CA9;
}
</style>
background-color css
<style>
a { background-color: #737CA9; }
a { background-color: rgb(115,124,169); }
div.DivClassName
{
background-color: #737CA9;
}
.BgClassName
{
background-color: #737CA9;
}
</style>
border-color css
<style>
span { border-color: #737CA9; }
span { border-color: rgb(115,124,169); }
td.TdClassName
{
border-color: #737CA9;
}
.TagClassName
{
border-color: #737CA9;
}
</style>