Shades of Ship Cove #737DA4
Tints of Ship Cove #737DA4
RGB
CMYK
RGB Variations
Color information
#737DA4 (or 0x737DA4) is known color: Ship Cove. HEX triplet: 73, 7D and A4. RGB value is (115,125,164). Sum of RGB (Red+Green+Blue) = 115+125+164=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 164 (64.45% from 255 or 40.59% from 404); Max value from RGB is 164 - color contains mainly: blue. Hex color #737DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737DA4 is #8C825B. Grayscale: #7E7E7E. Windows color (decimal): -9208412 or 10780019. OLE color: 10780019.
HSL color Cylindrical-coordinate representation of color #737DA4: hue angle of 227.76º 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 #737DA4 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 125 | 164 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.36 |
| HSL | 227.76º | 0.21% | 0.55% | - |
| HSV(B) | 227.76º | 0.3% | 0.64% | - |
| XYZ | 21.1 | 20.99 | 38.06 | - |
| YUV | 126.46 | 149.19 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 125 | 164 | 0.30 | 0.24 | 0 | 0.36 | 227.76 | 0.21 | 0.55 |
| Hex | 73 | 7D | A4 | 1E | 18 | 0 | 24 | E4 | 15 | 37 |
| Octal | 163 | 175 | 244 | 36 | 30 | 0 | 44 | 344 | 25 | 67 |
| Binary | 1110011 | 1111101 | 10100100 | 11110 | 11000 | 0 | 100100 | 11100100 | 10101 | 110111 |
Color Harmonies of #737DA4
Complementary color
Monochromatic Colors of #737DA4
Black with #737DA4
Text Example
Text Example
White with #737DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737DA4; }
p { color: rgb(115,125,164); }
H1.HeaderClassName
{
color: #737DA4;
}
.AnyTagClassName
{
color: #737DA4;
}
</style>
background-color css
<style>
a { background-color: #737DA4; }
a { background-color: rgb(115,125,164); }
div.DivClassName
{
background-color: #737DA4;
}
.BgClassName
{
background-color: #737DA4;
}
</style>
border-color css
<style>
span { border-color: #737DA4; }
span { border-color: rgb(115,125,164); }
td.TdClassName
{
border-color: #737DA4;
}
.TagClassName
{
border-color: #737DA4;
}
</style>