Html Css Color HEX #314E53 Dark Slate Grey

📋 copy color: '#314E53'

red 49 ◦ green 78 ◦ blue 83

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

Shades of Dark Slate Grey #314E53

Tints of Dark Slate Grey #314E53

RGB

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

 GREEN value IS 78 (30.86% from 255) = 37.14%

 BLUE value IS 83 (32.81% from 255) = 39.52%

R = 23.33%
G = 37.14%
B = 39.52%

CMYK

 C value IS 0.41

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#314E53 (or 0x314E53) is known color: Dark Slate Grey. HEX triplet: 31, 4E and 53. RGB value is (49,78,83). Sum of RGB (Red+Green+Blue) = 49+78+83=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 83 - color contains mainly: blue. Hex color #314E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314E53 is #CEB1AC. Grayscale: #454545. Windows color (decimal): -13545901 or 5459505. OLE color: 5459505.

HSL color Cylindrical-coordinate representation of color #314E53: hue angle of 188.82º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #314E53 is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 78 83 -
CMYK 0.41 0.06 0 0.67
HSL 188.82º 0.26% 0.26% -
HSV(B) 188.82º 0.41% 0.33% -
XYZ 5.55 6.73 9.19 -
YUV 69.9 135.39 113.09 -
System Red Green Blue C M Y K H S L
Decimal 49 78 83 0.41 0.06 0 0.67 188.82 0.26 0.26
Hex 31 4E 53 29 6 0 43 BD 1A 1A
Octal 61 116 123 51 6 0 103 275 32 32
Binary 110001 1001110 1010011 101001 110 0 1000011 10111101 11010 11010

Color Harmonies of #314E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314E53

Black with #314E53

Text Example


Text Example

White with #314E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,78,83); }

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

background-color css

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

 a { background-color: rgb(49,78,83); }

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

border-color css

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

 span { border-color: rgb(49,78,83); }

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