Html Css Color HEX #364546 Dark Slate Grey

📋 copy color: '#364546'

red 54 ◦ green 69 ◦ blue 70

#364546
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #364546

Tints of Dark Slate Grey #364546

RGB

 RED value IS 54 (21.48% from 255) = 27.98%

 GREEN value IS 69 (27.34% from 255) = 35.75%

 BLUE value IS 70 (27.73% from 255) = 36.27%

R = 27.98%
G = 35.75%
B = 36.27%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#364546 (or 0x364546) is known color: Dark Slate Grey. HEX triplet: 36, 45 and 46. RGB value is (54,69,70). Sum of RGB (Red+Green+Blue) = 54+69+70=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 70 - color contains mainly: blue. Hex color #364546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364546 is #C9BAB9. Grayscale: #404040. Windows color (decimal): -13220538 or 4605238. OLE color: 4605238.

HSL color Cylindrical-coordinate representation of color #364546: hue angle of 183.75º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #364546 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 54 69 70 -
CMYK 0.23 0.01 0 0.73
HSL 183.75º 0.13% 0.24% -
HSV(B) 183.75º 0.23% 0.27% -
XYZ 4.75 5.48 6.6 -
YUV 64.63 131.03 120.42 -
System Red Green Blue C M Y K H S L
Decimal 54 69 70 0.23 0.01 0 0.73 183.75 0.13 0.24
Hex 36 45 46 17 1 0 49 B8 D 18
Octal 66 105 106 27 1 0 111 270 15 30
Binary 110110 1000101 1000110 10111 1 0 1001001 10111000 1101 11000

Color Harmonies of #364546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364546

Black with #364546

Text Example


Text Example

White with #364546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364546; }

 p { color: rgb(54,69,70); }

 H1.HeaderClassName
 {
   color: #364546;
 }
 .AnyTagClassName
 {
   color: #364546;
 }
</style>

background-color css

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

 a { background-color: rgb(54,69,70); }

 div.DivClassName
 {
   background-color: #364546;
 }
 .BgClassName
 {
   background-color: #364546;
 }
</style>

border-color css

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

 span { border-color: rgb(54,69,70); }

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