#374A54

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

Shades of Atomic #374A54

Tints of Atomic #374A54

Color information

#374A54 (or 0x374A54) is unknown color: approx Atomic. HEX triplet: 37, 4A and 54. RGB value is (55,74,84). Sum of RGB (Red+Green+Blue) = 55+74+84=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 84 (33.20% from 255 or 39.44% from 213); Max value from RGB is 84 - color contains mainly: blue. Hex color #374A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A54 is #C8B5AB. Grayscale: #454545. Windows color (decimal): -13153708 or 5524023. OLE color: 5524023.

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

Color convert

RGB557484-
CMYK0.350.1200.67
HSL200.69º20.86%27.25%-
HSV(B)200.69º34.52%32.94%-
XYZ5.626.359.32-
YUV69.46136.21117.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.82%
GREEN value IS 74 (29.30% from 255) = 34.74%
BLUE value IS 84 (33.20% from 255) = 39.44%
R=25.82%
G=34.74%
B=39.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5574840.350.1200.67200.6920.8627.25
Hex374A5423C043c9151b
Octal67112124431401033112533
Binary11011110010101010100100011110001000011110010011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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