#374D59

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

Shades of Atomic #374D59

Tints of Atomic #374D59

Color information

#374D59 (or 0x374D59) is unknown color: approx Atomic. HEX triplet: 37, 4D and 59. RGB value is (55,77,89). Sum of RGB (Red+Green+Blue) = 55+77+89=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 89 (35.16% from 255 or 40.27% from 221); Max value from RGB is 89 - color contains mainly: blue. Hex color #374D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374D59 is #C8B2A6. Grayscale: #474747. Windows color (decimal): -13152935 or 5852471. OLE color: 5852471.

HSL color Cylindrical-coordinate representation of color #374D59: hue angle of 201.18º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #374D59 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB557789-
CMYK0.380.1300.65
HSL201.18º23.61%28.24%-
HSV(B)201.18º38.2%34.9%-
XYZ6.036.8410.45-
YUV71.79137.71116.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.89%
GREEN value IS 77 (30.47% from 255) = 34.84%
BLUE value IS 89 (35.16% from 255) = 40.27%
R=24.89%
G=34.84%
B=40.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5577890.380.1300.65201.1823.6128.24
Hex374D5926D041c9181c
Octal67115131461501013113034
Binary11011110011011011001100110110101000001110010011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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