#737994

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

Shades of Storm Grey #737994

Tints of Storm Grey #737994

Color information

#737994 (or 0x737994) is unknown color: approx Storm Grey. HEX triplet: 73, 79 and 94. RGB value is (115,121,148). Sum of RGB (Red+Green+Blue) = 115+121+148=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 148 - color contains mainly: blue. Hex color #737994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737994 is #8C866B. Grayscale: #7A7A7A. Windows color (decimal): -9209452 or 9730419. OLE color: 9730419.

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

Color convert

RGB115121148-
CMYK0.220.1800.42
HSL229.09º13.36%51.57%-
HSV(B)229.09º22.3%58.04%-
XYZ19.2519.4630.76-
YUV122.28142.51122.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.95%
GREEN value IS 121 (47.66% from 255) = 31.51%
BLUE value IS 148 (58.20% from 255) = 38.54%
R=29.95%
G=31.51%
B=38.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151211480.220.1800.42229.0913.3651.57
Hex737994161202Ae5d34
Octal16317122426220523451564
Binary111001111110011001010010110100100101010111001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737994; }

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

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

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

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

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

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

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

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