#3D4C4F

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

Shades of Atomic #3D4C4F

Tints of Atomic #3D4C4F

Color information

#3D4C4F (or 0x3D4C4F) is unknown color: approx Atomic. HEX triplet: 3D, 4C and 4F. RGB value is (61,76,79). Sum of RGB (Red+Green+Blue) = 61+76+79=216 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.24% from 216); Green value is 76 (30.08% from 255 or 35.19% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 79 - color contains mainly: blue. Hex color #3D4C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4C4F is #C2B3B0. Grayscale: #474747. Windows color (decimal): -12759985 or 5196861. OLE color: 5196861.

HSL color Cylindrical-coordinate representation of color #3D4C4F: hue angle of 190º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3D4C4F is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB617679-
CMYK0.230.0400.69
HSL190º12.86%27.45%-
HSV(B)190º22.78%30.98%-
XYZ5.926.738.38-
YUV71.86132.03120.26-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.24%
GREEN value IS 76 (30.08% from 255) = 35.19%
BLUE value IS 79 (31.25% from 255) = 36.57%
R=28.24%
G=35.19%
B=36.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6176790.230.0400.6919012.8627.45
Hex3D4C4F174045bed1b
Octal7511411727401052761533
Binary11110110011001001111101111000100010110111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,76,79); }

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

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

 a { background-color: rgb(61,76,79); }

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

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

 span { border-color: rgb(61,76,79); }

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