Html Css Color HEX #31696C Ming

📋 copy color: '#31696C'

red 49 ◦ green 105 ◦ blue 108

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

Shades of Ming #31696C

Tints of Ming #31696C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.08%

 BLUE value IS 108 (42.58% from 255) = 41.22%

R = 18.7%
G = 40.08%
B = 41.22%

CMYK

 C value IS 0.55

 M value IS 0.03

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#31696C (or 0x31696C) is known color: Ming. HEX triplet: 31, 69 and 6C. RGB value is (49,105,108). Sum of RGB (Red+Green+Blue) = 49+105+108=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 108 - color contains mainly: blue. Hex color #31696C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31696C is #CE9693. Grayscale: #585858. Windows color (decimal): -13538964 or 7104817. OLE color: 7104817.

HSL color Cylindrical-coordinate representation of color #31696C: hue angle of 183.05º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31696C is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 49 105 108 -
CMYK 0.55 0.03 0 0.58
HSL 183.05º 0.38% 0.31% -
HSV(B) 183.05º 0.55% 0.42% -
XYZ 9.02 11.84 16 -
YUV 88.6 138.95 99.76 -
System Red Green Blue C M Y K H S L
Decimal 49 105 108 0.55 0.03 0 0.58 183.05 0.38 0.31
Hex 31 69 6C 37 3 0 3A B7 26 1F
Octal 61 151 154 67 3 0 72 267 46 37
Binary 110001 1101001 1101100 110111 11 0 111010 10110111 100110 11111

Color Harmonies of #31696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31696C

Black with #31696C

Text Example


Text Example

White with #31696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31696C; }

 p { color: rgb(49,105,108); }

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

background-color css

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

 a { background-color: rgb(49,105,108); }

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

border-color css

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

 span { border-color: rgb(49,105,108); }

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