#374B52

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

Shades of Atomic #374B52

Tints of Atomic #374B52

Color information

#374B52 (or 0x374B52) is unknown color: approx Atomic. HEX triplet: 37, 4B and 52. RGB value is (55,75,82). Sum of RGB (Red+Green+Blue) = 55+75+82=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 82 - color contains mainly: blue. Hex color #374B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374B52 is #C8B4AD. Grayscale: #454545. Windows color (decimal): -13153454 or 5393207. OLE color: 5393207.

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

Color convert

RGB557582-
CMYK0.330.0900.68
HSL195.56º19.71%26.86%-
HSV(B)195.56º32.93%32.16%-
XYZ5.616.458.93-
YUV69.82134.87117.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.94%
GREEN value IS 75 (29.69% from 255) = 35.38%
BLUE value IS 82 (32.42% from 255) = 38.68%
R=25.94%
G=35.38%
B=38.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5575820.330.0900.68195.5619.7126.86
Hex374B52219044c4141b
Octal67113122411101043042433
Binary11011110010111010010100001100101000100110001001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,75,82); }

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

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

 a { background-color: rgb(55,75,82); }

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

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

 span { border-color: rgb(55,75,82); }

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