Html Css Color HEX #3D494C Atomic

📋 copy color: '#3D494C'

red 61 ◦ green 73 ◦ blue 76

#3D494C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atomic #3D494C

Tints of Atomic #3D494C

RGB

 RED value IS 61 (24.22% from 255) = 29.05%

 GREEN value IS 73 (28.91% from 255) = 34.76%

 BLUE value IS 76 (30.08% from 255) = 36.19%

R = 29.05%
G = 34.76%
B = 36.19%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3D494C (or 0x3D494C) is known color: Atomic. HEX triplet: 3D, 49 and 4C. RGB value is (61,73,76). Sum of RGB (Red+Green+Blue) = 61+73+76=210 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.05% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 76 - color contains mainly: blue. Hex color #3D494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D494C is #C2B6B3. Grayscale: #454545. Windows color (decimal): -12760756 or 4999485. OLE color: 4999485.

HSL color Cylindrical-coordinate representation of color #3D494C: hue angle of 192º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3D494C is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 61 73 76 -
CMYK 0.20 0.04 0 0.70
HSL 192º 0.11% 0.27% -
HSV(B) 192º 0.2% 0.3% -
XYZ 5.61 6.28 7.75 -
YUV 69.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 61 73 76 0.20 0.04 0 0.70 192 0.11 0.27
Hex 3D 49 4C 14 4 0 46 C0 B 1B
Octal 75 111 114 24 4 0 106 300 13 33
Binary 111101 1001001 1001100 10100 100 0 1000110 11000000 1011 11011

Color Harmonies of #3D494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D494C

Black with #3D494C

Text Example


Text Example

White with #3D494C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D494C;
 }
 .AnyTagClassName
 {
   color: #3D494C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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