#374A53

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

Shades of Atomic #374A53

Tints of Atomic #374A53

Color information

#374A53 (or 0x374A53) is unknown color: approx Atomic. HEX triplet: 37, 4A and 53. RGB value is (55,74,83). Sum of RGB (Red+Green+Blue) = 55+74+83=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 74 (29.30% from 255 or 34.91% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 83 - color contains mainly: blue. Hex color #374A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A53 is #C8B5AC. Grayscale: #454545. Windows color (decimal): -13153709 or 5458487. OLE color: 5458487.

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

Color convert

RGB557483-
CMYK0.340.1100.67
HSL199.29º20.29%27.06%-
HSV(B)199.29º33.73%32.55%-
XYZ5.596.339.11-
YUV69.34135.71117.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.94%
GREEN value IS 74 (29.30% from 255) = 34.91%
BLUE value IS 83 (32.81% from 255) = 39.15%
R=25.94%
G=34.91%
B=39.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5574830.340.1100.67199.2920.2927.06
Hex374A5322B043c7141b
Octal67112123421301033072433
Binary11011110010101010011100010101101000011110001111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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