Html Css Color HEX #364C4F Dark Slate Grey

📋 copy color: '#364C4F'

red 54 ◦ green 76 ◦ blue 79

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

Shades of Dark Slate Grey #364C4F

Tints of Dark Slate Grey #364C4F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.36%

 BLUE value IS 79 (31.25% from 255) = 37.8%

R = 25.84%
G = 36.36%
B = 37.8%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#364C4F (or 0x364C4F) is known color: Dark Slate Grey. HEX triplet: 36, 4C and 4F. RGB value is (54,76,79). Sum of RGB (Red+Green+Blue) = 54+76+79=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 79 - color contains mainly: blue. Hex color #364C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364C4F is #C9B3B0. Grayscale: #454545. Windows color (decimal): -13218737 or 5196854. OLE color: 5196854.

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

Color convert

RGB 54 76 79 -
CMYK 0.32 0.04 0 0.69
HSL 187.2º 0.19% 0.26% -
HSV(B) 187.2º 0.32% 0.31% -
XYZ 5.52 6.52 8.36 -
YUV 69.76 133.21 116.76 -
System Red Green Blue C M Y K H S L
Decimal 54 76 79 0.32 0.04 0 0.69 187.2 0.19 0.26
Hex 36 4C 4F 20 4 0 45 BB 13 1A
Octal 66 114 117 40 4 0 105 273 23 32
Binary 110110 1001100 1001111 100000 100 0 1000101 10111011 10011 11010

Color Harmonies of #364C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364C4F

Black with #364C4F

Text Example


Text Example

White with #364C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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