#364E52

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

Shades of Dark Slate Grey #364E52

Tints of Dark Slate Grey #364E52

Color information

#364E52 (or 0x364E52) is unknown color: approx Dark Slate Grey. HEX triplet: 36, 4E and 52. RGB value is (54,78,82). Sum of RGB (Red+Green+Blue) = 54+78+82=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 82 - color contains mainly: blue. Hex color #364E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364E52 is #C9B1AD. Grayscale: #474747. Windows color (decimal): -13218222 or 5393974. OLE color: 5393974.

HSL color Cylindrical-coordinate representation of color #364E52: hue angle of 188.57º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #364E52 is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB547882-
CMYK0.340.0500.68
HSL188.57º20.59%26.67%-
HSV(B)188.57º34.15%32.16%-
XYZ5.776.849-
YUV71.28134.05115.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.23%
GREEN value IS 78 (30.86% from 255) = 36.45%
BLUE value IS 82 (32.42% from 255) = 38.32%
R=25.23%
G=36.45%
B=38.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5478820.340.0500.68188.5720.5926.67
Hex364E52225044bd151b
Octal6611612242501042752533
Binary1101101001110101001010001010101000100101111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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