Html Css Color HEX #314F52 Dark Slate Grey

📋 copy color: '#314F52'

red 49 ◦ green 79 ◦ blue 82

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

Shades of Dark Slate Grey #314F52

Tints of Dark Slate Grey #314F52

RGB

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

 GREEN value IS 79 (31.25% from 255) = 37.62%

 BLUE value IS 82 (32.42% from 255) = 39.05%

R = 23.33%
G = 37.62%
B = 39.05%

CMYK

 C value IS 0.40

 M value IS 0.04

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#314F52 (or 0x314F52) is known color: Dark Slate Grey. HEX triplet: 31, 4F and 52. RGB value is (49,79,82). Sum of RGB (Red+Green+Blue) = 49+79+82=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 82 - color contains mainly: blue. Hex color #314F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314F52 is #CEB0AD. Grayscale: #464646. Windows color (decimal): -13545646 or 5394225. OLE color: 5394225.

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

Color convert

RGB 49 79 82 -
CMYK 0.40 0.04 0 0.68
HSL 185.45º 0.25% 0.26% -
HSV(B) 185.45º 0.4% 0.32% -
XYZ 5.59 6.85 9.01 -
YUV 70.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 49 79 82 0.40 0.04 0 0.68 185.45 0.25 0.26
Hex 31 4F 52 28 4 0 44 B9 19 1A
Octal 61 117 122 50 4 0 104 271 31 32
Binary 110001 1001111 1010010 101000 100 0 1000100 10111001 11001 11010

Color Harmonies of #314F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314F52

Black with #314F52

Text Example


Text Example

White with #314F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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