#3C4F56

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

Shades of Atomic #3C4F56

Tints of Atomic #3C4F56

Color information

#3C4F56 (or 0x3C4F56) is unknown color: approx Atomic. HEX triplet: 3C, 4F and 56. RGB value is (60,79,86). Sum of RGB (Red+Green+Blue) = 60+79+86=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 79 (31.25% from 255 or 35.11% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 86 - color contains mainly: blue. Hex color #3C4F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C4F56 is #C3B0A9. Grayscale: #4A4A4A. Windows color (decimal): -12824746 or 5656380. OLE color: 5656380.

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

Color convert

RGB607986-
CMYK0.300.0800.66
HSL196.15º17.81%28.63%-
HSV(B)196.15º30.23%33.73%-
XYZ6.347.229.86-
YUV74.12134.71117.93-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.67%
GREEN value IS 79 (31.25% from 255) = 35.11%
BLUE value IS 86 (33.98% from 255) = 38.22%
R=26.67%
G=35.11%
B=38.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6079860.300.0800.66196.1517.8128.63
Hex3C4F561E8042c4121d
Octal74117126361001023042235
Binary1111001001111101011011110100001000010110001001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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