#364D4E

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

Shades of Dark Slate Grey #364D4E

Tints of Dark Slate Grey #364D4E

Color information

#364D4E (or 0x364D4E) is unknown color: approx Dark Slate Grey. HEX triplet: 36, 4D and 4E. RGB value is (54,77,78). Sum of RGB (Red+Green+Blue) = 54+77+78=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 78 - color contains mainly: blue. Hex color #364D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364D4E is #C9B2B1. Grayscale: #464646. Windows color (decimal): -13218482 or 5131574. OLE color: 5131574.

HSL color Cylindrical-coordinate representation of color #364D4E: hue angle of 182.5º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #364D4E is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB547778-
CMYK0.310.0100.69
HSL182.5º18.18%25.88%-
HSV(B)182.5º30.77%30.59%-
XYZ5.556.648.2-
YUV70.24132.38116.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.84%
GREEN value IS 77 (30.47% from 255) = 36.84%
BLUE value IS 78 (30.86% from 255) = 37.32%
R=25.84%
G=36.84%
B=37.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5477780.310.0100.69182.518.1825.88
Hex364D4E1F1045b6121a
Octal6611511637101052662232
Binary1101101001101100111011111101000101101101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364D4E; }

 p { color: rgb(54,77,78); }

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

<style>
 a { background-color: #364D4E; }

 a { background-color: rgb(54,77,78); }

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

<style>
 span { border-color: #364D4E; }

 span { border-color: rgb(54,77,78); }

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