#37474E

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

Shades of Atomic #37474E

Tints of Atomic #37474E

Color information

#37474E (or 0x37474E) is unknown color: approx Atomic. HEX triplet: 37, 47 and 4E. RGB value is (55,71,78). Sum of RGB (Red+Green+Blue) = 55+71+78=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 78 - color contains mainly: blue. Hex color #37474E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37474E is #C8B8B1. Grayscale: #424242. Windows color (decimal): -13154482 or 5130039. OLE color: 5130039.

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

Color convert

RGB557178-
CMYK0.290.0900.69
HSL198.26º17.29%26.08%-
HSV(B)198.26º29.49%30.59%-
XYZ5.25.878.07-
YUV67.01134.2119.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.96%
GREEN value IS 71 (28.12% from 255) = 34.80%
BLUE value IS 78 (30.86% from 255) = 38.24%
R=26.96%
G=34.80%
B=38.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5571780.290.0900.69198.2617.2926.08
Hex37474E1D9045c6111a
Octal67107116351101053062132
Binary1101111000111100111011101100101000101110001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37474E; }

 p { color: rgb(55,71,78); }

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

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

 a { background-color: rgb(55,71,78); }

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

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

 span { border-color: rgb(55,71,78); }

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