#3D4C53

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

Shades of Atomic #3D4C53

Tints of Atomic #3D4C53

Color information

#3D4C53 (or 0x3D4C53) is unknown color: approx Atomic. HEX triplet: 3D, 4C and 53. RGB value is (61,76,83). Sum of RGB (Red+Green+Blue) = 61+76+83=220 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.73% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 83 - color contains mainly: blue. Hex color #3D4C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4C53 is #C2B3AC. Grayscale: #484848. Windows color (decimal): -12759981 or 5459005. OLE color: 5459005.

HSL color Cylindrical-coordinate representation of color #3D4C53: hue angle of 199.09º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3D4C53 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB617683-
CMYK0.270.0800.67
HSL199.09º15.28%28.24%-
HSV(B)199.09º26.51%32.55%-
XYZ6.076.799.17-
YUV72.31134.03119.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.73%
GREEN value IS 76 (30.08% from 255) = 34.55%
BLUE value IS 83 (32.81% from 255) = 37.73%
R=27.73%
G=34.55%
B=37.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6176830.270.0800.67199.0915.2828.24
Hex3D4C531B8043c7f1c
Octal75114123331001033071734
Binary111101100110010100111101110000100001111000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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