#374E58

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

Shades of Atomic #374E58

Tints of Atomic #374E58

Color information

#374E58 (or 0x374E58) is unknown color: approx Atomic. HEX triplet: 37, 4E and 58. RGB value is (55,78,88). Sum of RGB (Red+Green+Blue) = 55+78+88=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 88 - color contains mainly: blue. Hex color #374E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374E58 is #C8B1A7. Grayscale: #484848. Windows color (decimal): -13152680 or 5787191. OLE color: 5787191.

HSL color Cylindrical-coordinate representation of color #374E58: hue angle of 198.18º 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 #374E58 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB557888-
CMYK0.380.1100.65
HSL198.18º23.08%28.04%-
HSV(B)198.18º37.5%34.51%-
XYZ6.066.9710.26-
YUV72.26136.88115.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.89%
GREEN value IS 78 (30.86% from 255) = 35.29%
BLUE value IS 88 (34.77% from 255) = 39.82%
R=24.89%
G=35.29%
B=39.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5578880.380.1100.65198.1823.0828.04
Hex374E5826B041c6171c
Octal67116130461301013062734
Binary11011110011101011000100110101101000001110001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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