#736EA4

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

Shades of Scampi #736EA4

Tints of Scampi #736EA4

Color information

#736EA4 (or 0x736EA4) is unknown color: approx Scampi. HEX triplet: 73, 6E and A4. RGB value is (115,110,164). Sum of RGB (Red+Green+Blue) = 115+110+164=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 164 - color contains mainly: blue. Hex color #736EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736EA4 is #8C915B. Grayscale: #757575. Windows color (decimal): -9212252 or 10776179. OLE color: 10776179.

HSL color Cylindrical-coordinate representation of color #736EA4: hue angle of 245.56º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #736EA4 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB115110164-
CMYK0.300.3300.36
HSL245.56º22.88%53.73%-
HSV(B)245.56º32.93%64.31%-
XYZ19.3517.4837.48-
YUV117.65154.16126.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.56%
GREEN value IS 110 (43.36% from 255) = 28.28%
BLUE value IS 164 (64.45% from 255) = 42.16%
R=29.56%
G=28.28%
B=42.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1151101640.300.3300.36245.5622.8853.73
Hex736EA41E21024f61736
Octal16315624436410443662766
Binary11100111101110101001001111010000101001001111011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736EA4; }

 p { color: rgb(115,110,164); }

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

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

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

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

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

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

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