Html Css Color HEX #314C51 Dark Slate Grey

📋 copy color: '#314C51'

red 49 ◦ green 76 ◦ blue 81

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

Shades of Dark Slate Grey #314C51

Tints of Dark Slate Grey #314C51

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.89%

 BLUE value IS 81 (32.03% from 255) = 39.32%

R = 23.79%
G = 36.89%
B = 39.32%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#314C51 (or 0x314C51) is known color: Dark Slate Grey. HEX triplet: 31, 4C and 51. RGB value is (49,76,81). Sum of RGB (Red+Green+Blue) = 49+76+81=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 81 (32.03% from 255 or 39.32% from 206); Max value from RGB is 81 - color contains mainly: blue. Hex color #314C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314C51 is #CEB3AE. Grayscale: #444444. Windows color (decimal): -13546415 or 5327921. OLE color: 5327921.

HSL color Cylindrical-coordinate representation of color #314C51: hue angle of 189.38º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #314C51 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 76 81 -
CMYK 0.40 0.06 0 0.68
HSL 189.38º 0.25% 0.25% -
HSV(B) 189.38º 0.4% 0.32% -
XYZ 5.34 6.42 8.74 -
YUV 68.5 135.05 114.09 -
System Red Green Blue C M Y K H S L
Decimal 49 76 81 0.40 0.06 0 0.68 189.38 0.25 0.25
Hex 31 4C 51 28 6 0 44 BD 19 19
Octal 61 114 121 50 6 0 104 275 31 31
Binary 110001 1001100 1010001 101000 110 0 1000100 10111101 11001 11001

Color Harmonies of #314C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314C51

Black with #314C51

Text Example


Text Example

White with #314C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314C51; }

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

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

background-color css

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

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

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

border-color css

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

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

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