#3C494B

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

Shades of Atomic #3C494B

Tints of Atomic #3C494B

Color information

#3C494B (or 0x3C494B) is unknown color: approx Atomic. HEX triplet: 3C, 49 and 4B. RGB value is (60,73,75). Sum of RGB (Red+Green+Blue) = 60+73+75=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 75 - color contains mainly: blue. Hex color #3C494B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C494B is #C3B6B4. Grayscale: #454545. Windows color (decimal): -12826293 or 4933948. OLE color: 4933948.

HSL color Cylindrical-coordinate representation of color #3C494B: hue angle of 188º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3C494B is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB607375-
CMYK0.200.0300.71
HSL188º11.11%26.47%-
HSV(B)188º20%29.41%-
XYZ5.526.237.57-
YUV69.34131.19121.34-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.85%
GREEN value IS 73 (28.91% from 255) = 35.10%
BLUE value IS 75 (29.69% from 255) = 36.06%
R=28.85%
G=35.10%
B=36.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6073750.200.0300.7118811.1126.47
Hex3C494B143047bcb1a
Octal7411111324301072741332
Binary1111001001001100101110100110100011110111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,73,75); }

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

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

 a { background-color: rgb(60,73,75); }

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

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

 span { border-color: rgb(60,73,75); }

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