Html Css Color HEX #364A4C Dark Slate Grey

📋 copy color: '#364A4C'

red 54 ◦ green 74 ◦ blue 76

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

Shades of Dark Slate Grey #364A4C

Tints of Dark Slate Grey #364A4C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 36.27%

 BLUE value IS 76 (30.08% from 255) = 37.25%

R = 26.47%
G = 36.27%
B = 37.25%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#364A4C (or 0x364A4C) is known color: Dark Slate Grey. HEX triplet: 36, 4A and 4C. RGB value is (54,74,76). Sum of RGB (Red+Green+Blue) = 54+74+76=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 76 - color contains mainly: blue. Hex color #364A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364A4C is #C9B5B3. Grayscale: #444444. Windows color (decimal): -13219252 or 4999734. OLE color: 4999734.

HSL color Cylindrical-coordinate representation of color #364A4C: hue angle of 185.45º 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 #364A4C is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 54 74 76 -
CMYK 0.29 0.03 0 0.70
HSL 185.45º 0.17% 0.25% -
HSV(B) 185.45º 0.29% 0.3% -
XYZ 5.27 6.2 7.76 -
YUV 68.25 132.37 117.84 -
System Red Green Blue C M Y K H S L
Decimal 54 74 76 0.29 0.03 0 0.70 185.45 0.17 0.25
Hex 36 4A 4C 1D 3 0 46 B9 11 19
Octal 66 112 114 35 3 0 106 271 21 31
Binary 110110 1001010 1001100 11101 11 0 1000110 10111001 10001 11001

Color Harmonies of #364A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364A4C

Black with #364A4C

Text Example


Text Example

White with #364A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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