#737182

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

Shades of Dolphin #737182

Tints of Dolphin #737182

Color information

#737182 (or 0x737182) is unknown color: approx Dolphin. HEX triplet: 73, 71 and 82. RGB value is (115,113,130). Sum of RGB (Red+Green+Blue) = 115+113+130=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 130 - color contains mainly: blue. Hex color #737182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737182 is #8C8E7D. Grayscale: #737373. Windows color (decimal): -9211518 or 8548723. OLE color: 8548723.

HSL color Cylindrical-coordinate representation of color #737182: hue angle of 247.06º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #737182 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB115113130-
CMYK0.120.1300.49
HSL247.06º7%47.65%-
HSV(B)247.06º13.08%50.98%-
XYZ1717.0723.52-
YUV115.54136.16127.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.12%
GREEN value IS 113 (44.53% from 255) = 31.56%
BLUE value IS 130 (51.17% from 255) = 36.31%
R=32.12%
G=31.56%
B=36.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1151131300.120.1300.49247.06747.65
Hex737182CD031f7730
Octal1631612021415061367760
Binary111001111100011000001011001101011000111110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737182; }

 p { color: rgb(115,113,130); }

 H1.HeaderClassName
 {
   color: #737182;
 }
 .AnyTagClassName
 {
   color: #737182;
 }
</style>
background-color css

<style>
 a { background-color: #737182; }

 a { background-color: rgb(115,113,130); }

 div.DivClassName
 {
   background-color: #737182;
 }
 .BgClassName
 {
   background-color: #737182;
 }
</style>
border-color css

<style>
 span { border-color: #737182; }

 span { border-color: rgb(115,113,130); }

 td.TdClassName
 {
   border-color: #737182;
 }
 .TagClassName
 {
   border-color: #737182;
 }
</style>