Html Css Color HEX #314445 Dark Slate Grey

📋 copy color: '#314445'

red 49 ◦ green 68 ◦ blue 69

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

Shades of Dark Slate Grey #314445

Tints of Dark Slate Grey #314445

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.56%

 BLUE value IS 69 (27.34% from 255) = 37.1%

R = 26.34%
G = 36.56%
B = 37.1%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#314445 (or 0x314445) is known color: Dark Slate Grey. HEX triplet: 31, 44 and 45. RGB value is (49,68,69). Sum of RGB (Red+Green+Blue) = 49+68+69=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 69 - color contains mainly: blue. Hex color #314445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314445 is #CEBBBA. Grayscale: #3E3E3E. Windows color (decimal): -13548475 or 4539441. OLE color: 4539441.

HSL color Cylindrical-coordinate representation of color #314445: hue angle of 183º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #314445 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 68 69 -
CMYK 0.29 0.01 0 0.73
HSL 183º 0.17% 0.23% -
HSV(B) 183º 0.29% 0.27% -
XYZ 4.41 5.22 6.4 -
YUV 62.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 49 68 69 0.29 0.01 0 0.73 183 0.17 0.23
Hex 31 44 45 1D 1 0 49 B7 11 17
Octal 61 104 105 35 1 0 111 267 21 27
Binary 110001 1000100 1000101 11101 1 0 1001001 10110111 10001 10111

Color Harmonies of #314445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314445

Black with #314445

Text Example


Text Example

White with #314445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314445; }

 p { color: rgb(49,68,69); }

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

background-color css

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

 a { background-color: rgb(49,68,69); }

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

border-color css

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

 span { border-color: rgb(49,68,69); }

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