Shades of Ship Cove #737EAF
Tints of Ship Cove #737EAF
RGB
CMYK
RGB Variations
Color information
#737EAF (or 0x737EAF) is known color: Ship Cove. HEX triplet: 73, 7E and AF. RGB value is (115,126,175). Sum of RGB (Red+Green+Blue) = 115+126+175=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #737EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737EAF is #8C8150. Grayscale: #808080. Windows color (decimal): -9208145 or 11501171. OLE color: 11501171.
HSL color Cylindrical-coordinate representation of color #737EAF: hue angle of 229º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #737EAF is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 126 | 175 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.31 |
| HSL | 229º | 0.27% | 0.57% | - |
| HSV(B) | 229º | 0.34% | 0.69% | - |
| XYZ | 22.27 | 21.66 | 43.56 | - |
| YUV | 128.3 | 154.36 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 126 | 175 | 0.34 | 0.28 | 0 | 0.31 | 229 | 0.27 | 0.57 |
| Hex | 73 | 7E | AF | 22 | 1C | 0 | 1F | E5 | 1B | 39 |
| Octal | 163 | 176 | 257 | 42 | 34 | 0 | 37 | 345 | 33 | 71 |
| Binary | 1110011 | 1111110 | 10101111 | 100010 | 11100 | 0 | 11111 | 11100101 | 11011 | 111001 |
Color Harmonies of #737EAF
Complementary color
Monochromatic Colors of #737EAF
Black with #737EAF
Text Example
Text Example
White with #737EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737EAF; }
p { color: rgb(115,126,175); }
H1.HeaderClassName
{
color: #737EAF;
}
.AnyTagClassName
{
color: #737EAF;
}
</style>
background-color css
<style>
a { background-color: #737EAF; }
a { background-color: rgb(115,126,175); }
div.DivClassName
{
background-color: #737EAF;
}
.BgClassName
{
background-color: #737EAF;
}
</style>
border-color css
<style>
span { border-color: #737EAF; }
span { border-color: rgb(115,126,175); }
td.TdClassName
{
border-color: #737EAF;
}
.TagClassName
{
border-color: #737EAF;
}
</style>