Shades of Ship Cove #738CAA
Tints of Ship Cove #738CAA
RGB
CMYK
RGB Variations
Color information
#738CAA (or 0x738CAA) is known color: Ship Cove. HEX triplet: 73, 8C and AA. RGB value is (115,140,170). Sum of RGB (Red+Green+Blue) = 115+140+170=425 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.06% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #738CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738CAA is #8C7355. Grayscale: #878787. Windows color (decimal): -9204566 or 11177075. OLE color: 11177075.
HSL color Cylindrical-coordinate representation of color #738CAA: hue angle of 212.73º 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 #738CAA is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 140 | 170 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.33 |
| HSL | 212.73º | 0.24% | 0.56% | - |
| HSV(B) | 212.73º | 0.32% | 0.67% | - |
| XYZ | 23.7 | 25.3 | 41.66 | - |
| YUV | 135.95 | 147.22 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 140 | 170 | 0.32 | 0.18 | 0 | 0.33 | 212.73 | 0.24 | 0.56 |
| Hex | 73 | 8C | AA | 20 | 12 | 0 | 21 | D5 | 18 | 38 |
| Octal | 163 | 214 | 252 | 40 | 22 | 0 | 41 | 325 | 30 | 70 |
| Binary | 1110011 | 10001100 | 10101010 | 100000 | 10010 | 0 | 100001 | 11010101 | 11000 | 111000 |
Color Harmonies of #738CAA
Complementary color
Monochromatic Colors of #738CAA
Black with #738CAA
Text Example
Text Example
White with #738CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738CAA; }
p { color: rgb(115,140,170); }
H1.HeaderClassName
{
color: #738CAA;
}
.AnyTagClassName
{
color: #738CAA;
}
</style>
background-color css
<style>
a { background-color: #738CAA; }
a { background-color: rgb(115,140,170); }
div.DivClassName
{
background-color: #738CAA;
}
.BgClassName
{
background-color: #738CAA;
}
</style>
border-color css
<style>
span { border-color: #738CAA; }
span { border-color: rgb(115,140,170); }
td.TdClassName
{
border-color: #738CAA;
}
.TagClassName
{
border-color: #738CAA;
}
</style>