Html Css Color HEX #315055 Dark Slate Grey

📋 copy color: '#315055'

red 49 ◦ green 80 ◦ blue 85

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

Shades of Dark Slate Grey #315055

Tints of Dark Slate Grey #315055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 39.72%

R = 22.9%
G = 37.38%
B = 39.72%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#315055 (or 0x315055) is known color: Dark Slate Grey. HEX triplet: 31, 50 and 55. RGB value is (49,80,85). Sum of RGB (Red+Green+Blue) = 49+80+85=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 85 - color contains mainly: blue. Hex color #315055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315055 is #CEAFAA. Grayscale: #474747. Windows color (decimal): -13545387 or 5591089. OLE color: 5591089.

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

Color convert

RGB 49 80 85 -
CMYK 0.42 0.06 0 0.67
HSL 188.33º 0.27% 0.26% -
HSV(B) 188.33º 0.42% 0.33% -
XYZ 5.77 7.05 9.65 -
YUV 71.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 49 80 85 0.42 0.06 0 0.67 188.33 0.27 0.26
Hex 31 50 55 2A 6 0 43 BC 1B 1A
Octal 61 120 125 52 6 0 103 274 33 32
Binary 110001 1010000 1010101 101010 110 0 1000011 10111100 11011 11010

Color Harmonies of #315055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315055

Black with #315055

Text Example


Text Example

White with #315055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315055; }

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

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

background-color css

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

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

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

border-color css

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

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

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