Html Css Color HEX #31686E Ming

📋 copy color: '#31686E'

red 49 ◦ green 104 ◦ blue 110

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

Shades of Ming #31686E

Tints of Ming #31686E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.54%

 BLUE value IS 110 (43.36% from 255) = 41.83%

R = 18.63%
G = 39.54%
B = 41.83%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#31686E (or 0x31686E) is known color: Ming. HEX triplet: 31, 68 and 6E. RGB value is (49,104,110). Sum of RGB (Red+Green+Blue) = 49+104+110=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 110 - color contains mainly: blue. Hex color #31686E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31686E is #CE9791. Grayscale: #585858. Windows color (decimal): -13539218 or 7235633. OLE color: 7235633.

HSL color Cylindrical-coordinate representation of color #31686E: hue angle of 185.9º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31686E is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 104 110 -
CMYK 0.55 0.05 0 0.57
HSL 185.9º 0.38% 0.31% -
HSV(B) 185.9º 0.55% 0.43% -
XYZ 9.03 11.68 16.53 -
YUV 88.24 140.28 100.01 -
System Red Green Blue C M Y K H S L
Decimal 49 104 110 0.55 0.05 0 0.57 185.9 0.38 0.31
Hex 31 68 6E 37 5 0 39 BA 26 1F
Octal 61 150 156 67 5 0 71 272 46 37
Binary 110001 1101000 1101110 110111 101 0 111001 10111010 100110 11111

Color Harmonies of #31686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31686E

Black with #31686E

Text Example


Text Example

White with #31686E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31686E; }

 p { color: rgb(49,104,110); }

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

background-color css

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

 a { background-color: rgb(49,104,110); }

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

border-color css

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

 span { border-color: rgb(49,104,110); }

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