#374950

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

Shades of Atomic #374950

Tints of Atomic #374950

Color information

#374950 (or 0x374950) is unknown color: approx Atomic. HEX triplet: 37, 49 and 50. RGB value is (55,73,80). Sum of RGB (Red+Green+Blue) = 55+73+80=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 80 - color contains mainly: blue. Hex color #374950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374950 is #C8B6AF. Grayscale: #444444. Windows color (decimal): -13153968 or 5261623. OLE color: 5261623.

HSL color Cylindrical-coordinate representation of color #374950: hue angle of 196.8º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #374950 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB557380-
CMYK0.310.0900.69
HSL196.8º18.52%26.47%-
HSV(B)196.8º31.25%31.37%-
XYZ5.416.168.49-
YUV68.42134.54118.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.44%
GREEN value IS 73 (28.91% from 255) = 35.10%
BLUE value IS 80 (31.64% from 255) = 38.46%
R=26.44%
G=35.10%
B=38.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5573800.310.0900.69196.818.5226.47
Hex3749501F9045c5131a
Octal67111120371101053052332
Binary1101111001001101000011111100101000101110001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374950; }

 p { color: rgb(55,73,80); }

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

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

 a { background-color: rgb(55,73,80); }

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

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

 span { border-color: rgb(55,73,80); }

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