Shades of Ship Cove #738AAA
Tints of Ship Cove #738AAA
RGB
CMYK
RGB Variations
Color information
#738AAA (or 0x738AAA) is known color: Ship Cove. HEX triplet: 73, 8A and AA. RGB value is (115,138,170). Sum of RGB (Red+Green+Blue) = 115+138+170=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #738AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738AAA is #8C7555. Grayscale: #868686. Windows color (decimal): -9205078 or 11176563. OLE color: 11176563.
HSL color Cylindrical-coordinate representation of color #738AAA: hue angle of 214.91º 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 #738AAA is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 138 | 170 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.33 |
| HSL | 214.91º | 0.24% | 0.56% | - |
| HSV(B) | 214.91º | 0.32% | 0.67% | - |
| XYZ | 23.41 | 24.72 | 41.57 | - |
| YUV | 134.77 | 147.88 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 138 | 170 | 0.32 | 0.19 | 0 | 0.33 | 214.91 | 0.24 | 0.56 |
| Hex | 73 | 8A | AA | 20 | 13 | 0 | 21 | D7 | 18 | 38 |
| Octal | 163 | 212 | 252 | 40 | 23 | 0 | 41 | 327 | 30 | 70 |
| Binary | 1110011 | 10001010 | 10101010 | 100000 | 10011 | 0 | 100001 | 11010111 | 11000 | 111000 |
Color Harmonies of #738AAA
Complementary color
Monochromatic Colors of #738AAA
Black with #738AAA
Text Example
Text Example
White with #738AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738AAA; }
p { color: rgb(115,138,170); }
H1.HeaderClassName
{
color: #738AAA;
}
.AnyTagClassName
{
color: #738AAA;
}
</style>
background-color css
<style>
a { background-color: #738AAA; }
a { background-color: rgb(115,138,170); }
div.DivClassName
{
background-color: #738AAA;
}
.BgClassName
{
background-color: #738AAA;
}
</style>
border-color css
<style>
span { border-color: #738AAA; }
span { border-color: rgb(115,138,170); }
td.TdClassName
{
border-color: #738AAA;
}
.TagClassName
{
border-color: #738AAA;
}
</style>