#3B474B

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

Shades of Atomic #3B474B

Tints of Atomic #3B474B

Color information

#3B474B (or 0x3B474B) is unknown color: approx Atomic. HEX triplet: 3B, 47 and 4B. RGB value is (59,71,75). Sum of RGB (Red+Green+Blue) = 59+71+75=205 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.78% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 75 - color contains mainly: blue. Hex color #3B474B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B474B is #C4B8B4. Grayscale: #434343. Windows color (decimal): -12892341 or 4933435. OLE color: 4933435.

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

Color convert

RGB597175-
CMYK0.210.0500.71
HSL195º11.94%26.27%-
HSV(B)195º21.33%29.41%-
XYZ5.335.947.52-
YUV67.87132.02121.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.78%
GREEN value IS 71 (28.12% from 255) = 34.63%
BLUE value IS 75 (29.69% from 255) = 36.59%
R=28.78%
G=34.63%
B=36.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5971750.210.0500.7119511.9426.27
Hex3B474B155047c3c1a
Octal7310711325501073031432
Binary11101110001111001011101011010100011111000011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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