#736BAF

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

Shades of Scampi #736BAF

Tints of Scampi #736BAF

Color information

#736BAF (or 0x736BAF) is unknown color: approx Scampi. HEX triplet: 73, 6B and AF. RGB value is (115,107,175). Sum of RGB (Red+Green+Blue) = 115+107+175=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #736BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736BAF is #8C9450. Grayscale: #747474. Windows color (decimal): -9213009 or 11496307. OLE color: 11496307.

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

Color convert

RGB115107175-
CMYK0.340.3900.31
HSL247.06º29.82%55.29%-
HSV(B)247.06º38.86%68.63%-
XYZ20.0717.2642.83-
YUV117.14160.65126.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.97%
GREEN value IS 107 (42.19% from 255) = 26.95%
BLUE value IS 175 (68.75% from 255) = 44.08%
R=28.97%
G=26.95%
B=44.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1151071750.340.3900.31247.0629.8255.29
Hex736BAF222701Ff71e37
Octal16315325742470373673667
Binary11100111101011101011111000101001110111111111011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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