#736DAF

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

Shades of Scampi #736DAF

Tints of Scampi #736DAF

Color information

#736DAF (or 0x736DAF) is unknown color: approx Scampi. HEX triplet: 73, 6D and AF. RGB value is (115,109,175). Sum of RGB (Red+Green+Blue) = 115+109+175=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #736DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736DAF is #8C9250. Grayscale: #767676. Windows color (decimal): -9212497 or 11496819. OLE color: 11496819.

HSL color Cylindrical-coordinate representation of color #736DAF: hue angle of 245.45º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #736DAF is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB115109175-
CMYK0.340.3800.31
HSL245.45º29.2%55.69%-
HSV(B)245.45º37.71%68.63%-
XYZ20.2817.6842.9-
YUV118.32159.99125.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.82%
GREEN value IS 109 (42.97% from 255) = 27.32%
BLUE value IS 175 (68.75% from 255) = 43.86%
R=28.82%
G=27.32%
B=43.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1151091750.340.3800.31245.4529.255.69
Hex736DAF222601Ff51d38
Octal16315525742460373653570
Binary11100111101101101011111000101001100111111111010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,109,175); }

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

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

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

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

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

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

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