#737095

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

Shades of Scampi #737095

Tints of Scampi #737095

Color information

#737095 (or 0x737095) is unknown color: approx Scampi. HEX triplet: 73, 70 and 95. RGB value is (115,112,149). Sum of RGB (Red+Green+Blue) = 115+112+149=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 149 - color contains mainly: blue. Hex color #737095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737095 is #8C8F6A. Grayscale: #747474. Windows color (decimal): -9211755 or 9793651. OLE color: 9793651.

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

Color convert

RGB115112149-
CMYK0.230.2500.42
HSL244.86º14.86%51.18%-
HSV(B)244.86º24.83%58.43%-
XYZ18.2917.430.83-
YUV117.12145.99126.49-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.59%
GREEN value IS 112 (44.14% from 255) = 29.79%
BLUE value IS 149 (58.59% from 255) = 39.63%
R=30.59%
G=29.79%
B=39.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151121490.230.2500.42244.8614.8651.18
Hex737095171902Af5f33
Octal16316022527310523651763
Binary111001111100001001010110111110010101010111101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737095; }

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

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

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

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

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

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

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

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