#3E474B

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

Shades of Atomic #3E474B

Tints of Atomic #3E474B

Color information

#3E474B (or 0x3E474B) is unknown color: approx Atomic. HEX triplet: 3E, 47 and 4B. RGB value is (62,71,75). Sum of RGB (Red+Green+Blue) = 62+71+75=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 71 (28.12% from 255 or 34.13% 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 #3E474B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E474B is #C1B8B4. Grayscale: #444444. Windows color (decimal): -12695733 or 4933438. OLE color: 4933438.

HSL color Cylindrical-coordinate representation of color #3E474B: hue angle of 198.46º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3E474B is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB627175-
CMYK0.170.0500.71
HSL198.46º9.49%26.86%-
HSV(B)198.46º17.33%29.41%-
XYZ5.516.047.53-
YUV68.76131.52123.17-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.81%
GREEN value IS 71 (28.12% from 255) = 34.13%
BLUE value IS 75 (29.69% from 255) = 36.06%
R=29.81%
G=34.13%
B=36.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6271750.170.0500.71198.469.4926.86
Hex3E474B115047c691b
Octal7610711321501073061133
Binary11111010001111001011100011010100011111000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,71,75); }

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

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

 a { background-color: rgb(62,71,75); }

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

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

 span { border-color: rgb(62,71,75); }

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