Html Css Color HEX #315054 Dark Slate Grey

📋 copy color: '#315054'

red 49 ◦ green 80 ◦ blue 84

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

Shades of Dark Slate Grey #315054

Tints of Dark Slate Grey #315054

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.56%

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

R = 23%
G = 37.56%
B = 39.44%

CMYK

 C value IS 0.42

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#315054 (or 0x315054) is known color: Dark Slate Grey. HEX triplet: 31, 50 and 54. RGB value is (49,80,84). Sum of RGB (Red+Green+Blue) = 49+80+84=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 84 (33.20% from 255 or 39.44% from 213); Max value from RGB is 84 - color contains mainly: blue. Hex color #315054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315054 is #CEAFAB. Grayscale: #474747. Windows color (decimal): -13545388 or 5525553. OLE color: 5525553.

HSL color Cylindrical-coordinate representation of color #315054: hue angle of 186.86º 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 #315054 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 80 84 -
CMYK 0.42 0.05 0 0.67
HSL 186.86º 0.26% 0.26% -
HSV(B) 186.86º 0.42% 0.33% -
XYZ 5.74 7.03 9.44 -
YUV 71.19 135.23 112.17 -
System Red Green Blue C M Y K H S L
Decimal 49 80 84 0.42 0.05 0 0.67 186.86 0.26 0.26
Hex 31 50 54 2A 5 0 43 BB 1A 1A
Octal 61 120 124 52 5 0 103 273 32 32
Binary 110001 1010000 1010100 101010 101 0 1000011 10111011 11010 11010

Color Harmonies of #315054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315054

Black with #315054

Text Example


Text Example

White with #315054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315054; }

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

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

background-color css

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

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

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

border-color css

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

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

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