#737084

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

Shades of Dolphin #737084

Tints of Dolphin #737084

Color information

#737084 (or 0x737084) is unknown color: approx Dolphin. HEX triplet: 73, 70 and 84. RGB value is (115,112,132). Sum of RGB (Red+Green+Blue) = 115+112+132=359 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.03% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 132 - color contains mainly: blue. Hex color #737084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737084 is #8C8F7B. Grayscale: #737373. Windows color (decimal): -9211772 or 8679539. OLE color: 8679539.

HSL color Cylindrical-coordinate representation of color #737084: hue angle of 249º 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 #737084 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB115112132-
CMYK0.130.1500.48
HSL249º8.2%47.84%-
HSV(B)249º15.15%51.76%-
XYZ17.0316.924.19-
YUV115.18137.49127.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.03%
GREEN value IS 112 (44.14% from 255) = 31.20%
BLUE value IS 132 (51.95% from 255) = 36.77%
R=32.03%
G=31.20%
B=36.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1151121320.130.1500.482498.247.84
Hex737084DF030f9830
Octal16316020415170603711060
Binary1110011111000010000100110111110110000111110011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737084; }

 p { color: rgb(115,112,132); }

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

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

 a { background-color: rgb(115,112,132); }

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

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

 span { border-color: rgb(115,112,132); }

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