Html Css Color HEX #31705B Stromboli

📋 copy color: '#31705B'

red 49 ◦ green 112 ◦ blue 91

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

Shades of Stromboli #31705B

Tints of Stromboli #31705B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.44%

 BLUE value IS 91 (35.94% from 255) = 36.11%

R = 19.44%
G = 44.44%
B = 36.11%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#31705B (or 0x31705B) is known color: Stromboli. HEX triplet: 31, 70 and 5B. RGB value is (49,112,91). Sum of RGB (Red+Green+Blue) = 49+112+91=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #31705B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31705B is #CE8FA4. Grayscale: #5A5A5A. Windows color (decimal): -13537189 or 5992497. OLE color: 5992497.

HSL color Cylindrical-coordinate representation of color #31705B: hue angle of 160º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #31705B is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 112 91 -
CMYK 0.56 0 0.19 0.56
HSL 160º 0.39% 0.32% -
HSV(B) 160º 0.56% 0.44% -
XYZ 8.95 13 11.93 -
YUV 90.77 128.13 98.21 -
System Red Green Blue C M Y K H S L
Decimal 49 112 91 0.56 0 0.19 0.56 160 0.39 0.32
Hex 31 70 5B 38 0 13 38 A0 27 20
Octal 61 160 133 70 0 23 70 240 47 40
Binary 110001 1110000 1011011 111000 0 10011 111000 10100000 100111 100000

Color Harmonies of #31705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31705B

Black with #31705B

Text Example


Text Example

White with #31705B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31705B; }

 p { color: rgb(49,112,91); }

 H1.HeaderClassName
 {
   color: #31705B;
 }
 .AnyTagClassName
 {
   color: #31705B;
 }
</style>

background-color css

<style>
 a { background-color: #31705B; }

 a { background-color: rgb(49,112,91); }

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

border-color css

<style>
 span { border-color: #31705B; }

 span { border-color: rgb(49,112,91); }

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