Html Css Color HEX #315257 Dark Slate Grey

📋 copy color: '#315257'

red 49 ◦ green 82 ◦ blue 87

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

Shades of Dark Slate Grey #315257

Tints of Dark Slate Grey #315257

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.61%

 BLUE value IS 87 (34.38% from 255) = 39.91%

R = 22.48%
G = 37.61%
B = 39.91%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#315257 (or 0x315257) is known color: Dark Slate Grey. HEX triplet: 31, 52 and 57. RGB value is (49,82,87). Sum of RGB (Red+Green+Blue) = 49+82+87=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 87 (34.38% from 255 or 39.91% from 218); Max value from RGB is 87 - color contains mainly: blue. Hex color #315257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315257 is #CEADA8. Grayscale: #484848. Windows color (decimal): -13544873 or 5722673. OLE color: 5722673.

HSL color Cylindrical-coordinate representation of color #315257: hue angle of 187.89º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #315257 is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 82 87 -
CMYK 0.44 0.06 0 0.66
HSL 187.89º 0.28% 0.27% -
HSV(B) 187.89º 0.44% 0.34% -
XYZ 6 7.38 10.12 -
YUV 72.7 136.07 111.09 -
System Red Green Blue C M Y K H S L
Decimal 49 82 87 0.44 0.06 0 0.66 187.89 0.28 0.27
Hex 31 52 57 2C 6 0 42 BC 1C 1B
Octal 61 122 127 54 6 0 102 274 34 33
Binary 110001 1010010 1010111 101100 110 0 1000010 10111100 11100 11011

Color Harmonies of #315257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315257

Black with #315257

Text Example


Text Example

White with #315257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315257; }

 p { color: rgb(49,82,87); }

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

background-color css

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

 a { background-color: rgb(49,82,87); }

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

border-color css

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

 span { border-color: rgb(49,82,87); }

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