Shades of Ship Cove #737EA4
Tints of Ship Cove #737EA4
RGB
CMYK
RGB Variations
Color information
#737EA4 (or 0x737EA4) is known color: Ship Cove. HEX triplet: 73, 7E and A4. RGB value is (115,126,164). Sum of RGB (Red+Green+Blue) = 115+126+164=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 164 (64.45% from 255 or 40.49% from 405); Max value from RGB is 164 - color contains mainly: blue. Hex color #737EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737EA4 is #8C815B. Grayscale: #7E7E7E. Windows color (decimal): -9208156 or 10780275. OLE color: 10780275.
HSL color Cylindrical-coordinate representation of color #737EA4: hue angle of 226.53º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #737EA4 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 126 | 164 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.36 |
| HSL | 226.53º | 0.21% | 0.55% | - |
| HSV(B) | 226.53º | 0.3% | 0.64% | - |
| XYZ | 21.23 | 21.25 | 38.1 | - |
| YUV | 127.04 | 148.86 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 126 | 164 | 0.30 | 0.23 | 0 | 0.36 | 226.53 | 0.21 | 0.55 |
| Hex | 73 | 7E | A4 | 1E | 17 | 0 | 24 | E3 | 15 | 37 |
| Octal | 163 | 176 | 244 | 36 | 27 | 0 | 44 | 343 | 25 | 67 |
| Binary | 1110011 | 1111110 | 10100100 | 11110 | 10111 | 0 | 100100 | 11100011 | 10101 | 110111 |
Color Harmonies of #737EA4
Complementary color
Monochromatic Colors of #737EA4
Black with #737EA4
Text Example
Text Example
White with #737EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737EA4; }
p { color: rgb(115,126,164); }
H1.HeaderClassName
{
color: #737EA4;
}
.AnyTagClassName
{
color: #737EA4;
}
</style>
background-color css
<style>
a { background-color: #737EA4; }
a { background-color: rgb(115,126,164); }
div.DivClassName
{
background-color: #737EA4;
}
.BgClassName
{
background-color: #737EA4;
}
</style>
border-color css
<style>
span { border-color: #737EA4; }
span { border-color: rgb(115,126,164); }
td.TdClassName
{
border-color: #737EA4;
}
.TagClassName
{
border-color: #737EA4;
}
</style>