#374A52

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

Shades of Atomic #374A52

Tints of Atomic #374A52

Color information

#374A52 (or 0x374A52) is unknown color: approx Atomic. HEX triplet: 37, 4A and 52. RGB value is (55,74,82). Sum of RGB (Red+Green+Blue) = 55+74+82=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 82 - color contains mainly: blue. Hex color #374A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A52 is #C8B5AD. Grayscale: #454545. Windows color (decimal): -13153710 or 5392951. OLE color: 5392951.

HSL color Cylindrical-coordinate representation of color #374A52: hue angle of 197.78º 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 #374A52 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB557482-
CMYK0.330.1000.68
HSL197.78º19.71%26.86%-
HSV(B)197.78º32.93%32.16%-
XYZ5.556.328.91-
YUV69.23135.21117.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.07%
GREEN value IS 74 (29.30% from 255) = 35.07%
BLUE value IS 82 (32.42% from 255) = 38.86%
R=26.07%
G=35.07%
B=38.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5574820.330.1000.68197.7819.7126.86
Hex374A5221A044c6141b
Octal67112122411201043062433
Binary11011110010101010010100001101001000100110001101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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