Shades of Ship Cove #738CB2
Tints of Ship Cove #738CB2
RGB
CMYK
RGB Variations
Color information
#738CB2 (or 0x738CB2) is known color: Ship Cove. HEX triplet: 73, 8C and B2. RGB value is (115,140,178). Sum of RGB (Red+Green+Blue) = 115+140+178=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 178 - color contains mainly: blue. Hex color #738CB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738CB2 is #8C734D. Grayscale: #888888. Windows color (decimal): -9204558 or 11701363. OLE color: 11701363.
HSL color Cylindrical-coordinate representation of color #738CB2: hue angle of 216.19º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #738CB2 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 140 | 178 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.30 |
| HSL | 216.19º | 0.29% | 0.57% | - |
| HSV(B) | 216.19º | 0.35% | 0.7% | - |
| XYZ | 24.48 | 25.62 | 45.77 | - |
| YUV | 136.86 | 151.22 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 140 | 178 | 0.35 | 0.21 | 0 | 0.30 | 216.19 | 0.29 | 0.57 |
| Hex | 73 | 8C | B2 | 23 | 15 | 0 | 1E | D8 | 1D | 39 |
| Octal | 163 | 214 | 262 | 43 | 25 | 0 | 36 | 330 | 35 | 71 |
| Binary | 1110011 | 10001100 | 10110010 | 100011 | 10101 | 0 | 11110 | 11011000 | 11101 | 111001 |
Color Harmonies of #738CB2
Complementary color
Monochromatic Colors of #738CB2
Black with #738CB2
Text Example
Text Example
White with #738CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738CB2; }
p { color: rgb(115,140,178); }
H1.HeaderClassName
{
color: #738CB2;
}
.AnyTagClassName
{
color: #738CB2;
}
</style>
background-color css
<style>
a { background-color: #738CB2; }
a { background-color: rgb(115,140,178); }
div.DivClassName
{
background-color: #738CB2;
}
.BgClassName
{
background-color: #738CB2;
}
</style>
border-color css
<style>
span { border-color: #738CB2; }
span { border-color: rgb(115,140,178); }
td.TdClassName
{
border-color: #738CB2;
}
.TagClassName
{
border-color: #738CB2;
}
</style>