Html Css Color HEX #3D494B Atomic

📋 copy color: '#3D494B'

red 61 ◦ green 73 ◦ blue 75

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

Shades of Atomic #3D494B

Tints of Atomic #3D494B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.89%

R = 29.19%
G = 34.93%
B = 35.89%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3D494B (or 0x3D494B) is known color: Atomic. HEX triplet: 3D, 49 and 4B. RGB value is (61,73,75). Sum of RGB (Red+Green+Blue) = 61+73+75=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 75 - color contains mainly: blue. Hex color #3D494B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D494B is #C2B6B4. Grayscale: #454545. Windows color (decimal): -12760757 or 4933949. OLE color: 4933949.

HSL color Cylindrical-coordinate representation of color #3D494B: hue angle of 188.57º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3D494B is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 61 73 75 -
CMYK 0.19 0.03 0 0.71
HSL 188.57º 0.1% 0.27% -
HSV(B) 188.57º 0.19% 0.29% -
XYZ 5.58 6.27 7.57 -
YUV 69.64 131.02 121.84 -
System Red Green Blue C M Y K H S L
Decimal 61 73 75 0.19 0.03 0 0.71 188.57 0.1 0.27
Hex 3D 49 4B 13 3 0 47 BD A 1B
Octal 75 111 113 23 3 0 107 275 12 33
Binary 111101 1001001 1001011 10011 11 0 1000111 10111101 1010 11011

Color Harmonies of #3D494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D494B

Black with #3D494B

Text Example


Text Example

White with #3D494B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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