#374C57

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

Shades of Atomic #374C57

Tints of Atomic #374C57

Color information

#374C57 (or 0x374C57) is unknown color: approx Atomic. HEX triplet: 37, 4C and 57. RGB value is (55,76,87). Sum of RGB (Red+Green+Blue) = 55+76+87=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 87 (34.38% from 255 or 39.91% from 218); Max value from RGB is 87 - color contains mainly: blue. Hex color #374C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374C57 is #C8B3A8. Grayscale: #464646. Windows color (decimal): -13153193 or 5721143. OLE color: 5721143.

HSL color Cylindrical-coordinate representation of color #374C57: hue angle of 200.62º 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 #374C57 is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB557687-
CMYK0.370.1300.66
HSL200.62º22.54%27.84%-
HSV(B)200.62º36.78%34.12%-
XYZ5.886.679.99-
YUV70.97137.04116.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.23%
GREEN value IS 76 (30.08% from 255) = 34.86%
BLUE value IS 87 (34.38% from 255) = 39.91%
R=25.23%
G=34.86%
B=39.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5576870.370.1300.66200.6222.5427.84
Hex374C5725D042c9171c
Octal67114127451501023112734
Binary11011110011001010111100101110101000010110010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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