Html Css Color HEX #3D494E Atomic

📋 copy color: '#3D494E'

red 61 ◦ green 73 ◦ blue 78

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

Shades of Atomic #3D494E

Tints of Atomic #3D494E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 36.79%

R = 28.77%
G = 34.43%
B = 36.79%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3D494E (or 0x3D494E) is known color: Atomic. HEX triplet: 3D, 49 and 4E. RGB value is (61,73,78). Sum of RGB (Red+Green+Blue) = 61+73+78=212 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.77% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 78 - color contains mainly: blue. Hex color #3D494E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D494E is #C2B6B1. Grayscale: #454545. Windows color (decimal): -12760754 or 5130557. OLE color: 5130557.

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

Color convert

RGB 61 73 78 -
CMYK 0.22 0.06 0 0.69
HSL 197.65º 0.12% 0.27% -
HSV(B) 197.65º 0.22% 0.31% -
XYZ 5.68 6.31 8.13 -
YUV 69.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 61 73 78 0.22 0.06 0 0.69 197.65 0.12 0.27
Hex 3D 49 4E 16 6 0 45 C6 C 1B
Octal 75 111 116 26 6 0 105 306 14 33
Binary 111101 1001001 1001110 10110 110 0 1000101 11000110 1100 11011

Color Harmonies of #3D494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D494E

Black with #3D494E

Text Example


Text Example

White with #3D494E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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