#3F5451

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

Shades of Dark Slate #3F5451

Tints of Dark Slate #3F5451

Color information

#3F5451 (or 0x3F5451) is unknown color: approx Dark Slate. HEX triplet: 3F, 54 and 51. RGB value is (63,84,81). Sum of RGB (Red+Green+Blue) = 63+84+81=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 84 - color contains mainly: green. Hex color #3F5451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5451 is #C0ABAE. Grayscale: #4D4D4D. Windows color (decimal): -12626863 or 5329983. OLE color: 5329983.

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

Color convert

RGB638481-
CMYK0.2500.040.67
HSL171.43º14.29%28.82%-
HSV(B)171.43º25%32.94%-
XYZ6.717.998.97-
YUV77.38130.04117.74-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.63%
GREEN value IS 84 (33.20% from 255) = 36.84%
BLUE value IS 81 (32.03% from 255) = 35.53%
R=27.63%
G=36.84%
B=35.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6384810.2500.040.67171.4314.2928.82
Hex3F5451190443abe1d
Octal7712412131041032531635
Binary11111110101001010001110010100100001110101011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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