#3D5059

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

Shades of Atomic #3D5059

Tints of Atomic #3D5059

Color information

#3D5059 (or 0x3D5059) is unknown color: approx Atomic. HEX triplet: 3D, 50 and 59. RGB value is (61,80,89). Sum of RGB (Red+Green+Blue) = 61+80+89=230 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.52% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 89 - color contains mainly: blue. Hex color #3D5059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5059 is #C2AFA6. Grayscale: #4B4B4B. Windows color (decimal): -12758951 or 5853245. OLE color: 5853245.

HSL color Cylindrical-coordinate representation of color #3D5059: hue angle of 199.29º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D5059 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB618089-
CMYK0.310.1000.65
HSL199.29º18.67%29.41%-
HSV(B)199.29º31.46%34.9%-
XYZ6.67.4510.54-
YUV75.34135.71117.77-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.52%
GREEN value IS 80 (31.64% from 255) = 34.78%
BLUE value IS 89 (35.16% from 255) = 38.70%
R=26.52%
G=34.78%
B=38.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6180890.310.1000.65199.2918.6729.41
Hex3D50591FA041c7131d
Octal75120131371201013072335
Binary1111011010000101100111111101001000001110001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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