#737384

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

Shades of Dolphin #737384

Tints of Dolphin #737384

Color information

#737384 (or 0x737384) is unknown color: approx Dolphin. HEX triplet: 73, 73 and 84. RGB value is (115,115,132). Sum of RGB (Red+Green+Blue) = 115+115+132=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 132 - color contains mainly: blue. Hex color #737384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737384 is #8C8C7B. Grayscale: #747474. Windows color (decimal): -9211004 or 8680307. OLE color: 8680307.

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

Color convert

RGB115115132-
CMYK0.130.1300.48
HSL240º6.88%48.43%-
HSV(B)240º12.88%51.76%-
XYZ17.3717.5724.31-
YUV116.94136.5126.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.77%
GREEN value IS 115 (45.31% from 255) = 31.77%
BLUE value IS 132 (51.95% from 255) = 36.46%
R=31.77%
G=31.77%
B=36.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1151151320.130.1300.482406.8848.43
Hex737384DD030f0730
Octal1631632041515060360760
Binary111001111100111000010011011101011000011110000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737384; }

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

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

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

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

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

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

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

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