#374B57

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

Shades of Atomic #374B57

Tints of Atomic #374B57

Color information

#374B57 (or 0x374B57) is unknown color: approx Atomic. HEX triplet: 37, 4B and 57. RGB value is (55,75,87). Sum of RGB (Red+Green+Blue) = 55+75+87=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 87 - color contains mainly: blue. Hex color #374B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374B57 is #C8B4A8. Grayscale: #464646. Windows color (decimal): -13153449 or 5720887. OLE color: 5720887.

HSL color Cylindrical-coordinate representation of color #374B57: hue angle of 202.5º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #374B57 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB557587-
CMYK0.370.1400.66
HSL202.5º22.54%27.84%-
HSV(B)202.5º36.78%34.12%-
XYZ5.816.539.97-
YUV70.39137.37117.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.35%
GREEN value IS 75 (29.69% from 255) = 34.56%
BLUE value IS 87 (34.38% from 255) = 40.09%
R=25.35%
G=34.56%
B=40.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5575870.370.1400.66202.522.5427.84
Hex374B5725E042ca171c
Octal67113127451601023122734
Binary11011110010111010111100101111001000010110010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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