#3F4F55

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

Shades of Atomic #3F4F55

Tints of Atomic #3F4F55

Color information

#3F4F55 (or 0x3F4F55) is unknown color: approx Atomic. HEX triplet: 3F, 4F and 55. RGB value is (63,79,85). Sum of RGB (Red+Green+Blue) = 63+79+85=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 85 - color contains mainly: blue. Hex color #3F4F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F4F55 is #C0B0AA. Grayscale: #4A4A4A. Windows color (decimal): -12628139 or 5590847. OLE color: 5590847.

HSL color Cylindrical-coordinate representation of color #3F4F55: hue angle of 196.36º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3F4F55 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB637985-
CMYK0.260.0700.67
HSL196.36º14.86%29.02%-
HSV(B)196.36º25.88%33.33%-
XYZ6.497.39.66-
YUV74.9133.7119.51-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.75%
GREEN value IS 79 (31.25% from 255) = 34.80%
BLUE value IS 85 (33.59% from 255) = 37.44%
R=27.75%
G=34.80%
B=37.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6379850.260.0700.67196.3614.8629.02
Hex3F4F551A7043c4f1d
Octal7711712532701033041735
Binary11111110011111010101110101110100001111000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,79,85); }

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

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

 a { background-color: rgb(63,79,85); }

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

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

 span { border-color: rgb(63,79,85); }

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