#3B484D

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

Shades of Atomic #3B484D

Tints of Atomic #3B484D

Color information

#3B484D (or 0x3B484D) is unknown color: approx Atomic. HEX triplet: 3B, 48 and 4D. RGB value is (59,72,77). Sum of RGB (Red+Green+Blue) = 59+72+77=208 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.37% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 77 - color contains mainly: blue. Hex color #3B484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B484D is #C4B7B2. Grayscale: #444444. Windows color (decimal): -12892083 or 5064763. OLE color: 5064763.

HSL color Cylindrical-coordinate representation of color #3B484D: hue angle of 196.67º 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 #3B484D is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB597277-
CMYK0.230.0600.70
HSL196.67º13.24%26.67%-
HSV(B)196.67º23.38%30.2%-
XYZ5.466.17.91-
YUV68.68132.69121.09-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.37%
GREEN value IS 72 (28.52% from 255) = 34.62%
BLUE value IS 77 (30.47% from 255) = 37.02%
R=28.37%
G=34.62%
B=37.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5972770.230.0600.70196.6713.2426.67
Hex3B484D176046c5d1b
Octal7311011527601063051533
Binary11101110010001001101101111100100011011000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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