#3F5450

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

Shades of Dark Slate #3F5450

Tints of Dark Slate #3F5450

Color information

#3F5450 (or 0x3F5450) is unknown color: approx Dark Slate. HEX triplet: 3F, 54 and 50. RGB value is (63,84,80). Sum of RGB (Red+Green+Blue) = 63+84+80=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 84 - color contains mainly: green. Hex color #3F5450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5450 is #C0ABAF. Grayscale: #4D4D4D. Windows color (decimal): -12626864 or 5264447. OLE color: 5264447.

HSL color Cylindrical-coordinate representation of color #3F5450: hue angle of 168.57º 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 #3F5450 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB638480-
CMYK0.2500.050.67
HSL168.57º14.29%28.82%-
HSV(B)168.57º25%32.94%-
XYZ6.677.988.78-
YUV77.26129.54117.83-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.75%
GREEN value IS 84 (33.20% from 255) = 37.00%
BLUE value IS 80 (31.64% from 255) = 35.24%
R=27.75%
G=37.00%
B=35.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6384800.2500.050.67168.5714.2928.82
Hex3F5450190543a9e1d
Octal7712412031051032511635
Binary11111110101001010000110010101100001110101001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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