#737194

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

Shades of Scampi #737194

Tints of Scampi #737194

Color information

#737194 (or 0x737194) is unknown color: approx Scampi. HEX triplet: 73, 71 and 94. RGB value is (115,113,148). Sum of RGB (Red+Green+Blue) = 115+113+148=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 148 - color contains mainly: blue. Hex color #737194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737194 is #8C8E6B. Grayscale: #757575. Windows color (decimal): -9211500 or 9728371. OLE color: 9728371.

HSL color Cylindrical-coordinate representation of color #737194: hue angle of 243.43º 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 #737194 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB115113148-
CMYK0.220.2400.42
HSL243.43º14.06%51.18%-
HSV(B)243.43º23.65%58.04%-
XYZ18.3217.5930.45-
YUV117.59145.16126.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.59%
GREEN value IS 113 (44.53% from 255) = 30.05%
BLUE value IS 148 (58.20% from 255) = 39.36%
R=30.59%
G=30.05%
B=39.36%

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
Decimal1151131480.220.2400.42243.4314.0651.18
Hex737194161802Af3e33
Octal16316122426300523631663
Binary111001111100011001010010110110000101010111100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737194; }

 p { color: rgb(115,113,148); }

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

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

 a { background-color: rgb(115,113,148); }

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

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

 span { border-color: rgb(115,113,148); }

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