#3B474D

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

Shades of Atomic #3B474D

Tints of Atomic #3B474D

Color information

#3B474D (or 0x3B474D) is unknown color: approx Atomic. HEX triplet: 3B, 47 and 4D. RGB value is (59,71,77). Sum of RGB (Red+Green+Blue) = 59+71+77=207 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.50% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 77 - color contains mainly: blue. Hex color #3B474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B474D is #C4B8B2. Grayscale: #444444. Windows color (decimal): -12892339 or 5064507. OLE color: 5064507.

HSL color Cylindrical-coordinate representation of color #3B474D: hue angle of 200º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3B474D is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB597177-
CMYK0.230.0800.70
HSL200º13.24%26.67%-
HSV(B)200º23.38%30.2%-
XYZ5.45.977.89-
YUV68.1133.02121.51-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.50%
GREEN value IS 71 (28.12% from 255) = 34.30%
BLUE value IS 77 (30.47% from 255) = 37.20%
R=28.50%
G=34.30%
B=37.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5971770.230.0800.7020013.2426.67
Hex3B474D178046c8d1b
Octal73107115271001063101533
Binary111011100011110011011011110000100011011001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,71,77); }

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

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

 a { background-color: rgb(59,71,77); }

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

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

 span { border-color: rgb(59,71,77); }

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