Shades of Ship Cove #738FAF
Tints of Ship Cove #738FAF
RGB
CMYK
RGB Variations
Color information
#738FAF (or 0x738FAF) is known color: Ship Cove. HEX triplet: 73, 8F and AF. RGB value is (115,143,175). Sum of RGB (Red+Green+Blue) = 115+143+175=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 175 - color contains mainly: blue. Hex color #738FAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738FAF is #8C7050. Grayscale: #8A8A8A. Windows color (decimal): -9203793 or 11505523. OLE color: 11505523.
HSL color Cylindrical-coordinate representation of color #738FAF: hue angle of 212º 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 #738FAF is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 143 | 175 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.31 |
| HSL | 212º | 0.27% | 0.57% | - |
| HSV(B) | 212º | 0.34% | 0.69% | - |
| XYZ | 24.63 | 26.38 | 44.35 | - |
| YUV | 138.28 | 148.72 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 143 | 175 | 0.34 | 0.18 | 0 | 0.31 | 212 | 0.27 | 0.57 |
| Hex | 73 | 8F | AF | 22 | 12 | 0 | 1F | D4 | 1B | 39 |
| Octal | 163 | 217 | 257 | 42 | 22 | 0 | 37 | 324 | 33 | 71 |
| Binary | 1110011 | 10001111 | 10101111 | 100010 | 10010 | 0 | 11111 | 11010100 | 11011 | 111001 |
Color Harmonies of #738FAF
Complementary color
Monochromatic Colors of #738FAF
Black with #738FAF
Text Example
Text Example
White with #738FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738FAF; }
p { color: rgb(115,143,175); }
H1.HeaderClassName
{
color: #738FAF;
}
.AnyTagClassName
{
color: #738FAF;
}
</style>
background-color css
<style>
a { background-color: #738FAF; }
a { background-color: rgb(115,143,175); }
div.DivClassName
{
background-color: #738FAF;
}
.BgClassName
{
background-color: #738FAF;
}
</style>
border-color css
<style>
span { border-color: #738FAF; }
span { border-color: rgb(115,143,175); }
td.TdClassName
{
border-color: #738FAF;
}
.TagClassName
{
border-color: #738FAF;
}
</style>