#736DA3

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

Shades of Scampi #736DA3

Tints of Scampi #736DA3

Color information

#736DA3 (or 0x736DA3) is unknown color: approx Scampi. HEX triplet: 73, 6D and A3. RGB value is (115,109,163). Sum of RGB (Red+Green+Blue) = 115+109+163=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 163 (64.06% from 255 or 42.12% from 387); Max value from RGB is 163 - color contains mainly: blue. Hex color #736DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736DA3 is #8C925C. Grayscale: #747474. Windows color (decimal): -9212509 or 10710387. OLE color: 10710387.

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

Color convert

RGB115109163-
CMYK0.290.3300.36
HSL246.67º22.69%53.33%-
HSV(B)246.67º33.13%63.92%-
XYZ19.1517.2336.97-
YUV116.95153.99126.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.72%
GREEN value IS 109 (42.97% from 255) = 28.17%
BLUE value IS 163 (64.06% from 255) = 42.12%
R=29.72%
G=28.17%
B=42.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1151091630.290.3300.36246.6722.6953.33
Hex736DA31D21024f71735
Octal16315524335410443672765
Binary11100111101101101000111110110000101001001111011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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