#3C4F57

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

Shades of Atomic #3C4F57

Tints of Atomic #3C4F57

Color information

#3C4F57 (or 0x3C4F57) is unknown color: approx Atomic. HEX triplet: 3C, 4F and 57. RGB value is (60,79,87). Sum of RGB (Red+Green+Blue) = 60+79+87=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 87 - color contains mainly: blue. Hex color #3C4F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C4F57 is #C3B0A8. Grayscale: #4A4A4A. Windows color (decimal): -12824745 or 5721916. OLE color: 5721916.

HSL color Cylindrical-coordinate representation of color #3C4F57: hue angle of 197.78º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3C4F57 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB607987-
CMYK0.310.0900.66
HSL197.78º18.37%28.82%-
HSV(B)197.78º31.03%34.12%-
XYZ6.387.2410.08-
YUV74.23135.21117.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.55%
GREEN value IS 79 (31.25% from 255) = 34.96%
BLUE value IS 87 (34.38% from 255) = 38.50%
R=26.55%
G=34.96%
B=38.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6079870.310.0900.66197.7818.3728.82
Hex3C4F571F9042c6121d
Octal74117127371101023062235
Binary1111001001111101011111111100101000010110001101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C4F57; }

 p { color: rgb(60,79,87); }

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

<style>
 a { background-color: #3C4F57; }

 a { background-color: rgb(60,79,87); }

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

<style>
 span { border-color: #3C4F57; }

 span { border-color: rgb(60,79,87); }

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