#736BAE

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

Shades of Scampi #736BAE

Tints of Scampi #736BAE

Color information

#736BAE (or 0x736BAE) is unknown color: approx Scampi. HEX triplet: 73, 6B and AE. RGB value is (115,107,174). Sum of RGB (Red+Green+Blue) = 115+107+174=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #736BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736BAE is #8C9451. Grayscale: #747474. Windows color (decimal): -9213010 or 11430771. OLE color: 11430771.

HSL color Cylindrical-coordinate representation of color #736BAE: hue angle of 247.16º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #736BAE is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB115107174-
CMYK0.340.3900.32
HSL247.16º29.26%55.1%-
HSV(B)247.16º38.51%68.24%-
XYZ19.9717.2242.32-
YUV117.03160.15126.55-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.04%
GREEN value IS 107 (42.19% from 255) = 27.02%
BLUE value IS 174 (68.36% from 255) = 43.94%
R=29.04%
G=27.02%
B=43.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151071740.340.3900.32247.1629.2655.1
Hex736BAE2227020f71d37
Octal16315325642470403673567
Binary111001111010111010111010001010011101000001111011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,107,174); }

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

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

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

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

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

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

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