#3D484D

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

Shades of Atomic #3D484D

Tints of Atomic #3D484D

Color information

#3D484D (or 0x3D484D) is unknown color: approx Atomic. HEX triplet: 3D, 48 and 4D. RGB value is (61,72,77). Sum of RGB (Red+Green+Blue) = 61+72+77=210 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.05% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D484D is #C2B7B2. Grayscale: #454545. Windows color (decimal): -12761011 or 5064765. OLE color: 5064765.

HSL color Cylindrical-coordinate representation of color #3D484D: hue angle of 198.75º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3D484D is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB617277-
CMYK0.210.0600.70
HSL198.75º11.59%27.06%-
HSV(B)198.75º20.78%30.2%-
XYZ5.586.167.92-
YUV69.28132.36122.09-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.05%
GREEN value IS 72 (28.52% from 255) = 34.29%
BLUE value IS 77 (30.47% from 255) = 36.67%
R=29.05%
G=34.29%
B=36.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6172770.210.0600.70198.7511.5927.06
Hex3D484D156046c7c1b
Octal7511011525601063071433
Binary11110110010001001101101011100100011011000111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,72,77); }

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

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

 a { background-color: rgb(61,72,77); }

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

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

 span { border-color: rgb(61,72,77); }

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