#374D54

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

Shades of Atomic #374D54

Tints of Atomic #374D54

Color information

#374D54 (or 0x374D54) is unknown color: approx Atomic. HEX triplet: 37, 4D and 54. RGB value is (55,77,84). Sum of RGB (Red+Green+Blue) = 55+77+84=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 84 - color contains mainly: blue. Hex color #374D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374D54 is #C8B2AB. Grayscale: #474747. Windows color (decimal): -13152940 or 5524791. OLE color: 5524791.

HSL color Cylindrical-coordinate representation of color #374D54: hue angle of 194.48º 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 #374D54 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB557784-
CMYK0.350.0800.67
HSL194.48º20.86%27.25%-
HSV(B)194.48º34.52%32.94%-
XYZ5.836.769.39-
YUV71.22135.21116.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.46%
GREEN value IS 77 (30.47% from 255) = 35.65%
BLUE value IS 84 (33.20% from 255) = 38.89%
R=25.46%
G=35.65%
B=38.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5577840.350.0800.67194.4820.8627.25
Hex374D54238043c2151b
Octal67115124431001033022533
Binary11011110011011010100100011100001000011110000101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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