Shades of Ship Cove #737FAF
Tints of Ship Cove #737FAF
RGB
CMYK
RGB Variations
Color information
#737FAF (or 0x737FAF) is known color: Ship Cove. HEX triplet: 73, 7F and AF. RGB value is (115,127,175). Sum of RGB (Red+Green+Blue) = 115+127+175=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #737FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737FAF is #8C8050. Grayscale: #808080. Windows color (decimal): -9207889 or 11501427. OLE color: 11501427.
HSL color Cylindrical-coordinate representation of color #737FAF: hue angle of 228º 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 #737FAF is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 127 | 175 | - |
| CMYK | 0.34 | 0.27 | 0 | 0.31 |
| HSL | 228º | 0.27% | 0.57% | - |
| HSV(B) | 228º | 0.34% | 0.69% | - |
| XYZ | 22.4 | 21.92 | 43.61 | - |
| YUV | 128.88 | 154.02 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 127 | 175 | 0.34 | 0.27 | 0 | 0.31 | 228 | 0.27 | 0.57 |
| Hex | 73 | 7F | AF | 22 | 1B | 0 | 1F | E4 | 1B | 39 |
| Octal | 163 | 177 | 257 | 42 | 33 | 0 | 37 | 344 | 33 | 71 |
| Binary | 1110011 | 1111111 | 10101111 | 100010 | 11011 | 0 | 11111 | 11100100 | 11011 | 111001 |
Color Harmonies of #737FAF
Complementary color
Monochromatic Colors of #737FAF
Black with #737FAF
Text Example
Text Example
White with #737FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737FAF; }
p { color: rgb(115,127,175); }
H1.HeaderClassName
{
color: #737FAF;
}
.AnyTagClassName
{
color: #737FAF;
}
</style>
background-color css
<style>
a { background-color: #737FAF; }
a { background-color: rgb(115,127,175); }
div.DivClassName
{
background-color: #737FAF;
}
.BgClassName
{
background-color: #737FAF;
}
</style>
border-color css
<style>
span { border-color: #737FAF; }
span { border-color: rgb(115,127,175); }
td.TdClassName
{
border-color: #737FAF;
}
.TagClassName
{
border-color: #737FAF;
}
</style>