Html Css Color HEX #3D494D Atomic

📋 copy color: '#3D494D'

red 61 ◦ green 73 ◦ blue 77

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

Shades of Atomic #3D494D

Tints of Atomic #3D494D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 36.49%

R = 28.91%
G = 34.6%
B = 36.49%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3D494D (or 0x3D494D) is known color: Atomic. HEX triplet: 3D, 49 and 4D. RGB value is (61,73,77). Sum of RGB (Red+Green+Blue) = 61+73+77=211 (27% of max value = 765). Red value is 61 (24.22% from 255 or 28.91% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D494D is #C2B6B2. Grayscale: #454545. Windows color (decimal): -12760755 or 5065021. OLE color: 5065021.

HSL color Cylindrical-coordinate representation of color #3D494D: hue angle of 195º 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 #3D494D is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 61 73 77 -
CMYK 0.21 0.05 0 0.70
HSL 195º 0.12% 0.27% -
HSV(B) 195º 0.21% 0.3% -
XYZ 5.65 6.29 7.94 -
YUV 69.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 61 73 77 0.21 0.05 0 0.70 195 0.12 0.27
Hex 3D 49 4D 15 5 0 46 C3 C 1B
Octal 75 111 115 25 5 0 106 303 14 33
Binary 111101 1001001 1001101 10101 101 0 1000110 11000011 1100 11011

Color Harmonies of #3D494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D494D

Black with #3D494D

Text Example


Text Example

White with #3D494D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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