#3F514E

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

Shades of Dark Slate #3F514E

Tints of Dark Slate #3F514E

Color information

#3F514E (or 0x3F514E) is unknown color: approx Dark Slate. HEX triplet: 3F, 51 and 4E. RGB value is (63,81,78). Sum of RGB (Red+Green+Blue) = 63+81+78=222 (29% of max value = 765). Red value is 63 (25% from 255 or 28.38% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 81 - color contains mainly: green. Hex color #3F514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F514E is #C0AEB1. Grayscale: #4B4B4B. Windows color (decimal): -12627634 or 5132607. OLE color: 5132607.

HSL color Cylindrical-coordinate representation of color #3F514E: hue angle of 170º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3F514E is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB638178-
CMYK0.2200.040.68
HSL170º12.5%28.24%-
HSV(B)170º22.22%31.76%-
XYZ6.377.498.32-
YUV75.28129.54119.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.38%
GREEN value IS 81 (32.03% from 255) = 36.49%
BLUE value IS 78 (30.86% from 255) = 35.14%
R=28.38%
G=36.49%
B=35.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6381780.2200.040.6817012.528.24
Hex3F514E160444aad1c
Octal7712111626041042521534
Binary11111110100011001110101100100100010010101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,81,78); }

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

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

 a { background-color: rgb(63,81,78); }

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

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

 span { border-color: rgb(63,81,78); }

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