#737185

Color #737185 Dolphin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dolphin #737185

Tints of Dolphin #737185

Color information

#737185 (or 0x737185) is unknown color: approx 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

RGB115113133-
CMYK0.140.1500.48
HSL246º8.13%48.24%-
HSV(B)246º15.04%52.16%-
XYZ17.2117.1524.59-
YUV115.88137.66127.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 31.86%
GREEN value IS 113 (44.53% from 255) = 31.30%
BLUE value IS 133 (52.34% from 255) = 36.84%
R=31.86%
G=31.30%
B=36.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1151131330.140.1500.482468.1348.24
Hex737185EF030f6830
Octal16316120516170603661060
Binary1110011111000110000101111011110110000111101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>