Shades of Dolphin #737185
Tints of Dolphin #737185
RGB
CMYK
RGB Variations
Color information
#737185 (or 0x737185) is known color: Dolphin. HEX triplet: 73, 71 and 85. RGB value is (115,113,133). Sum of RGB (Red+Green+Blue) = 115+113+133=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 133 - color contains mainly: blue. Hex color #737185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737185 is #8C8E7A. Grayscale: #737373. Windows color (decimal): -9211515 or 8745331. OLE color: 8745331.
HSL color Cylindrical-coordinate representation of color #737185: hue angle of 246º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #737185 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 113 | 133 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.48 |
| HSL | 246º | 0.08% | 0.48% | - |
| HSV(B) | 246º | 0.15% | 0.52% | - |
| XYZ | 17.21 | 17.15 | 24.59 | - |
| YUV | 115.88 | 137.66 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 133 | 0.14 | 0.15 | 0 | 0.48 | 246 | 0.08 | 0.48 |
| Hex | 73 | 71 | 85 | E | F | 0 | 30 | F6 | 8 | 30 |
| Octal | 163 | 161 | 205 | 16 | 17 | 0 | 60 | 366 | 10 | 60 |
| Binary | 1110011 | 1110001 | 10000101 | 1110 | 1111 | 0 | 110000 | 11110110 | 1000 | 110000 |
Color Harmonies of #737185
Complementary color
Monochromatic Colors of #737185
Black with #737185
Text Example
Text Example
White with #737185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737185; }
p { color: rgb(115,113,133); }
H1.HeaderClassName
{
color: #737185;
}
.AnyTagClassName
{
color: #737185;
}
</style>
background-color css
<style>
a { background-color: #737185; }
a { background-color: rgb(115,113,133); }
div.DivClassName
{
background-color: #737185;
}
.BgClassName
{
background-color: #737185;
}
</style>
border-color css
<style>
span { border-color: #737185; }
span { border-color: rgb(115,113,133); }
td.TdClassName
{
border-color: #737185;
}
.TagClassName
{
border-color: #737185;
}
</style>