#374951

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

Shades of Atomic #374951

Tints of Atomic #374951

Color information

#374951 (or 0x374951) is unknown color: approx Atomic. HEX triplet: 37, 49 and 51. RGB value is (55,73,81). Sum of RGB (Red+Green+Blue) = 55+73+81=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 81 - color contains mainly: blue. Hex color #374951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374951 is #C8B6AE. Grayscale: #444444. Windows color (decimal): -13153967 or 5327159. OLE color: 5327159.

HSL color Cylindrical-coordinate representation of color #374951: hue angle of 198.46º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #374951 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB557381-
CMYK0.320.1000.68
HSL198.46º19.12%26.67%-
HSV(B)198.46º32.1%31.76%-
XYZ5.446.178.69-
YUV68.53135.04118.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.32%
GREEN value IS 73 (28.91% from 255) = 34.93%
BLUE value IS 81 (32.03% from 255) = 38.76%
R=26.32%
G=34.93%
B=38.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5573810.320.1000.68198.4619.1226.67
Hex37495120A044c6131b
Octal67111121401201043062333
Binary11011110010011010001100000101001000100110001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374951; }

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

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

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

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

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

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

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

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