Html Css Color HEX #315154 Dark Slate Grey

📋 copy color: '#315154'

red 49 ◦ green 81 ◦ blue 84

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

Shades of Dark Slate Grey #315154

Tints of Dark Slate Grey #315154

RGB

 RED value IS 49 (19.53% from 255) = 22.9%

 GREEN value IS 81 (32.03% from 255) = 37.85%

 BLUE value IS 84 (33.2% from 255) = 39.25%

R = 22.9%
G = 37.85%
B = 39.25%

CMYK

 C value IS 0.42

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#315154 (or 0x315154) is known color: Dark Slate Grey. HEX triplet: 31, 51 and 54. RGB value is (49,81,84). Sum of RGB (Red+Green+Blue) = 49+81+84=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 84 - color contains mainly: blue. Hex color #315154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315154 is #CEAEAB. Grayscale: #474747. Windows color (decimal): -13545132 or 5525809. OLE color: 5525809.

HSL color Cylindrical-coordinate representation of color #315154: hue angle of 185.14º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #315154 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 81 84 -
CMYK 0.42 0.04 0 0.67
HSL 185.14º 0.26% 0.26% -
HSV(B) 185.14º 0.42% 0.33% -
XYZ 5.81 7.18 9.47 -
YUV 71.77 134.9 111.76 -
System Red Green Blue C M Y K H S L
Decimal 49 81 84 0.42 0.04 0 0.67 185.14 0.26 0.26
Hex 31 51 54 2A 4 0 43 B9 1A 1A
Octal 61 121 124 52 4 0 103 271 32 32
Binary 110001 1010001 1010100 101010 100 0 1000011 10111001 11010 11010

Color Harmonies of #315154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315154

Black with #315154

Text Example


Text Example

White with #315154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315154; }

 p { color: rgb(49,81,84); }

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

background-color css

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

 a { background-color: rgb(49,81,84); }

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

border-color css

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

 span { border-color: rgb(49,81,84); }

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