#374F59

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

Shades of Atomic #374F59

Tints of Atomic #374F59

Color information

#374F59 (or 0x374F59) is unknown color: approx Atomic. HEX triplet: 37, 4F and 59. RGB value is (55,79,89). Sum of RGB (Red+Green+Blue) = 55+79+89=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 89 - color contains mainly: blue. Hex color #374F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374F59 is #C8B0A6. Grayscale: #484848. Windows color (decimal): -13152423 or 5852983. OLE color: 5852983.

HSL color Cylindrical-coordinate representation of color #374F59: hue angle of 197.65º 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 #374F59 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB557989-
CMYK0.380.1100.65
HSL197.65º23.61%28.24%-
HSV(B)197.65º38.2%34.9%-
XYZ6.177.1310.5-
YUV72.96137.05115.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.66%
GREEN value IS 79 (31.25% from 255) = 35.43%
BLUE value IS 89 (35.16% from 255) = 39.91%
R=24.66%
G=35.43%
B=39.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5579890.380.1100.65197.6523.6128.24
Hex374F5926B041c6181c
Octal67117131461301013063034
Binary11011110011111011001100110101101000001110001101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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