#374D53

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

Shades of Atomic #374D53

Tints of Atomic #374D53

Color information

#374D53 (or 0x374D53) is unknown color: approx Atomic. HEX triplet: 37, 4D and 53. RGB value is (55,77,83). Sum of RGB (Red+Green+Blue) = 55+77+83=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 83 - color contains mainly: blue. Hex color #374D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374D53 is #C8B2AC. Grayscale: #474747. Windows color (decimal): -13152941 or 5459255. OLE color: 5459255.

HSL color Cylindrical-coordinate representation of color #374D53: hue angle of 192.86º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #374D53 is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB557783-
CMYK0.340.0700.67
HSL192.86º20.29%27.06%-
HSV(B)192.86º33.73%32.55%-
XYZ5.796.749.18-
YUV71.11134.71116.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.58%
GREEN value IS 77 (30.47% from 255) = 35.81%
BLUE value IS 83 (32.81% from 255) = 38.60%
R=25.58%
G=35.81%
B=38.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5577830.340.0700.67192.8620.2927.06
Hex374D53227043c1141b
Octal6711512342701033012433
Binary1101111001101101001110001011101000011110000011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374D53; }

 p { color: rgb(55,77,83); }

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

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

 a { background-color: rgb(55,77,83); }

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

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

 span { border-color: rgb(55,77,83); }

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