#3D4A50

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

Shades of Atomic #3D4A50

Tints of Atomic #3D4A50

Color information

#3D4A50 (or 0x3D4A50) is unknown color: approx Atomic. HEX triplet: 3D, 4A and 50. RGB value is (61,74,80). Sum of RGB (Red+Green+Blue) = 61+74+80=215 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.37% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 80 - color contains mainly: blue. Hex color #3D4A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4A50 is #C2B5AF. Grayscale: #464646. Windows color (decimal): -12760496 or 5261885. OLE color: 5261885.

HSL color Cylindrical-coordinate representation of color #3D4A50: hue angle of 198.95º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3D4A50 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB617480-
CMYK0.240.0800.69
HSL198.95º13.48%27.65%-
HSV(B)198.95º23.75%31.37%-
XYZ5.826.478.53-
YUV70.8133.19121.01-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.37%
GREEN value IS 74 (29.30% from 255) = 34.42%
BLUE value IS 80 (31.64% from 255) = 37.21%
R=28.37%
G=34.42%
B=37.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6174800.240.0800.69198.9513.4827.65
Hex3D4A50188045c7d1c
Octal75112120301001053071534
Binary111101100101010100001100010000100010111000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,74,80); }

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

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

 a { background-color: rgb(61,74,80); }

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

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

 span { border-color: rgb(61,74,80); }

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