#374D55

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

Shades of Atomic #374D55

Tints of Atomic #374D55

Color information

#374D55 (or 0x374D55) is unknown color: approx Atomic. HEX triplet: 37, 4D and 55. RGB value is (55,77,85). Sum of RGB (Red+Green+Blue) = 55+77+85=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 85 - color contains mainly: blue. Hex color #374D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374D55 is #C8B2AA. Grayscale: #474747. Windows color (decimal): -13152939 or 5590327. OLE color: 5590327.

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

Color convert

RGB557785-
CMYK0.350.0900.67
HSL196º21.43%27.45%-
HSV(B)196º35.29%33.33%-
XYZ5.876.789.59-
YUV71.33135.71116.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.35%
GREEN value IS 77 (30.47% from 255) = 35.48%
BLUE value IS 85 (33.59% from 255) = 39.17%
R=25.35%
G=35.48%
B=39.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5577850.350.0900.6719621.4327.45
Hex374D55239043c4151b
Octal67115125431101033042533
Binary11011110011011010101100011100101000011110001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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