#3B4952

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

Shades of Atomic #3B4952

Tints of Atomic #3B4952

Color information

#3B4952 (or 0x3B4952) is unknown color: approx Atomic. HEX triplet: 3B, 49 and 52. RGB value is (59,73,82). Sum of RGB (Red+Green+Blue) = 59+73+82=214 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.57% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 82 - color contains mainly: blue. Hex color #3B4952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4952 is #C4B6AD. Grayscale: #454545. Windows color (decimal): -12891822 or 5392699. OLE color: 5392699.

HSL color Cylindrical-coordinate representation of color #3B4952: hue angle of 203.48º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3B4952 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB597382-
CMYK0.280.1100.68
HSL203.48º16.31%27.65%-
HSV(B)203.48º28.05%32.16%-
XYZ5.716.38.9-
YUV69.84134.86120.27-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.57%
GREEN value IS 73 (28.91% from 255) = 34.11%
BLUE value IS 82 (32.42% from 255) = 38.32%
R=27.57%
G=34.11%
B=38.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5973820.280.1100.68203.4816.3127.65
Hex3B49521CB044cb101c
Octal73111122341301043132034
Binary1110111001001101001011100101101000100110010111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,73,82); }

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

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

 a { background-color: rgb(59,73,82); }

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

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

 span { border-color: rgb(59,73,82); }

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