#374C54

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

Shades of Atomic #374C54

Tints of Atomic #374C54

Color information

#374C54 (or 0x374C54) is unknown color: approx Atomic. HEX triplet: 37, 4C and 54. RGB value is (55,76,84). Sum of RGB (Red+Green+Blue) = 55+76+84=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 84 - color contains mainly: blue. Hex color #374C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374C54 is #C8B3AB. Grayscale: #464646. Windows color (decimal): -13153196 or 5524535. OLE color: 5524535.

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

Color convert

RGB557684-
CMYK0.350.1000.67
HSL196.55º20.86%27.25%-
HSV(B)196.55º34.52%32.94%-
XYZ5.766.629.36-
YUV70.63135.54116.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.58%
GREEN value IS 76 (30.08% from 255) = 35.35%
BLUE value IS 84 (33.20% from 255) = 39.07%
R=25.58%
G=35.35%
B=39.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5576840.350.1000.67196.5520.8627.25
Hex374C5423A043c5151b
Octal67114124431201033052533
Binary11011110011001010100100011101001000011110001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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