#3E514E

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

Shades of Dark Slate #3E514E

Tints of Dark Slate #3E514E

Color information

#3E514E (or 0x3E514E) is unknown color: approx Dark Slate. HEX triplet: 3E, 51 and 4E. RGB value is (62,81,78). Sum of RGB (Red+Green+Blue) = 62+81+78=221 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.05% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 81 - color contains mainly: green. Hex color #3E514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E514E is #C1AEB1. Grayscale: #4A4A4A. Windows color (decimal): -12693170 or 5132606. OLE color: 5132606.

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

Color convert

RGB628178-
CMYK0.2300.040.68
HSL170.53º13.29%28.04%-
HSV(B)170.53º23.46%31.76%-
XYZ6.37.468.32-
YUV74.98129.71118.74-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.05%
GREEN value IS 81 (32.03% from 255) = 36.65%
BLUE value IS 78 (30.86% from 255) = 35.29%
R=28.05%
G=36.65%
B=35.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6281780.2300.040.68170.5313.2928.04
Hex3E514E170444abd1c
Octal7612111627041042531534
Binary11111010100011001110101110100100010010101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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