#737093

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

Shades of Scampi #737093

Tints of Scampi #737093

Color information

#737093 (or 0x737093) is unknown color: approx Scampi. HEX triplet: 73, 70 and 93. RGB value is (115,112,147). Sum of RGB (Red+Green+Blue) = 115+112+147=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 147 - color contains mainly: blue. Hex color #737093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737093 is #8C8F6C. Grayscale: #747474. Windows color (decimal): -9211757 or 9662579. OLE color: 9662579.

HSL color Cylindrical-coordinate representation of color #737093: hue angle of 245.14º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #737093 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB115112147-
CMYK0.220.2400.42
HSL245.14º13.94%50.78%-
HSV(B)245.14º23.81%57.65%-
XYZ18.1317.3430-
YUV116.89144.99126.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.75%
GREEN value IS 112 (44.14% from 255) = 29.95%
BLUE value IS 147 (57.81% from 255) = 39.30%
R=30.75%
G=29.95%
B=39.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151121470.220.2400.42245.1413.9450.78
Hex737093161802Af5e33
Octal16316022326300523651663
Binary111001111100001001001110110110000101010111101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737093; }

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

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

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

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

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

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

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

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