#737380

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

Shades of Dolphin #737380

Tints of Dolphin #737380

Color information

#737380 (or 0x737380) is unknown color: approx Dolphin. HEX triplet: 73, 73 and 80. RGB value is (115,115,128). Sum of RGB (Red+Green+Blue) = 115+115+128=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 128 - color contains mainly: blue. Hex color #737380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737380 is #8C8C7F. Grayscale: #747474. Windows color (decimal): -9211008 or 8418163. OLE color: 8418163.

HSL color Cylindrical-coordinate representation of color #737380: hue angle of 240º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #737380 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB115115128-
CMYK0.100.1000.50
HSL240º5.35%47.65%-
HSV(B)240º10.16%50.2%-
XYZ17.117.4622.89-
YUV116.48134.5126.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.12%
GREEN value IS 115 (45.31% from 255) = 32.12%
BLUE value IS 128 (50.39% from 255) = 35.75%
R=32.12%
G=32.12%
B=35.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1151151280.100.1000.502405.3547.65
Hex737380AA032f0530
Octal1631632001212062360560
Binary111001111100111000000010101010011001011110000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737380; }

 p { color: rgb(115,115,128); }

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

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

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

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

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

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

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