#364B4C

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

Shades of Dark Slate Grey #364B4C

Tints of Dark Slate Grey #364B4C

Color information

#364B4C (or 0x364B4C) is unknown color: approx Dark Slate Grey. HEX triplet: 36, 4B and 4C. RGB value is (54,75,76). Sum of RGB (Red+Green+Blue) = 54+75+76=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 76 - color contains mainly: blue. Hex color #364B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364B4C is #C9B4B3. Grayscale: #444444. Windows color (decimal): -13218996 or 4999990. OLE color: 4999990.

HSL color Cylindrical-coordinate representation of color #364B4C: hue angle of 182.73º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #364B4C is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB547576-
CMYK0.290.0100.70
HSL182.73º16.92%25.49%-
HSV(B)182.73º28.95%29.8%-
XYZ5.346.347.78-
YUV68.83132.04117.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.34%
GREEN value IS 75 (29.69% from 255) = 36.59%
BLUE value IS 76 (30.08% from 255) = 37.07%
R=26.34%
G=36.59%
B=37.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5475760.290.0100.70182.7316.9225.49
Hex364B4C1D1046b71119
Octal6611311435101062672131
Binary1101101001011100110011101101000110101101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,75,76); }

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

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

 a { background-color: rgb(54,75,76); }

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

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

 span { border-color: rgb(54,75,76); }

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