#737099

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

Shades of Scampi #737099

Tints of Scampi #737099

Color information

#737099 (or 0x737099) is unknown color: approx Scampi. HEX triplet: 73, 70 and 99. RGB value is (115,112,153). Sum of RGB (Red+Green+Blue) = 115+112+153=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 153 - color contains mainly: blue. Hex color #737099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737099 is #8C8F66. Grayscale: #757575. Windows color (decimal): -9211751 or 10055795. OLE color: 10055795.

HSL color Cylindrical-coordinate representation of color #737099: hue angle of 244.39º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #737099 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB115112153-
CMYK0.250.2700.4
HSL244.39º16.73%51.96%-
HSV(B)244.39º26.8%60%-
XYZ18.6117.5332.54-
YUV117.57147.99126.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.26%
GREEN value IS 112 (44.14% from 255) = 29.47%
BLUE value IS 153 (60.16% from 255) = 40.26%
R=30.26%
G=29.47%
B=40.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1151121530.250.2700.4244.3916.7351.96
Hex737099191B028f41134
Octal16316023131330503642164
Binary1110011111000010011001110011101101010001111010010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737099; }

 p { color: rgb(115,112,153); }

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

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

 a { background-color: rgb(115,112,153); }

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

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

 span { border-color: rgb(115,112,153); }

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