#374C58

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

Shades of Atomic #374C58

Tints of Atomic #374C58

Color information

#374C58 (or 0x374C58) is unknown color: approx Atomic. HEX triplet: 37, 4C and 58. RGB value is (55,76,88). Sum of RGB (Red+Green+Blue) = 55+76+88=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 88 - color contains mainly: blue. Hex color #374C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374C58 is #C8B3A7. Grayscale: #474747. Windows color (decimal): -13153192 or 5786679. OLE color: 5786679.

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

Color convert

RGB557688-
CMYK0.380.1400.65
HSL201.82º23.08%28.04%-
HSV(B)201.82º37.5%34.51%-
XYZ5.926.6910.21-
YUV71.09137.54116.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.11%
GREEN value IS 76 (30.08% from 255) = 34.70%
BLUE value IS 88 (34.77% from 255) = 40.18%
R=25.11%
G=34.70%
B=40.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5576880.380.1400.65201.8223.0828.04
Hex374C5826E041ca171c
Octal67114130461601013122734
Binary11011110011001011000100110111001000001110010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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