#736594

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

Shades of Scampi #736594

Tints of Scampi #736594

Color information

#736594 (or 0x736594) is unknown color: approx Scampi. HEX triplet: 73, 65 and 94. RGB value is (115,101,148). Sum of RGB (Red+Green+Blue) = 115+101+148=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 148 - color contains mainly: blue. Hex color #736594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736594 is #8C9A6B. Grayscale: #6E6E6E. Windows color (decimal): -9214572 or 9725299. OLE color: 9725299.

HSL color Cylindrical-coordinate representation of color #736594: hue angle of 257.87º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #736594 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB115101148-
CMYK0.220.3200.42
HSL257.87º18.88%48.82%-
HSV(B)257.87º31.76%58.04%-
XYZ17.0715.0930.03-
YUV110.54149.14131.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.59%
GREEN value IS 101 (39.84% from 255) = 27.75%
BLUE value IS 148 (58.20% from 255) = 40.66%
R=31.59%
G=27.75%
B=40.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151011480.220.3200.42257.8718.8848.82
Hex736594162002A1021331
Octal16314522426400524022361
Binary111001111001011001010010110100000010101010000001010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736594; }

 p { color: rgb(115,101,148); }

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

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

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

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

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

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

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