#31705B

Color #31705B Stromboli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stromboli #31705B

Tints of Stromboli #31705B

Color information

#31705B (or 0x31705B) is unknown color: approx 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

RGB4911291-
CMYK0.5600.190.56
HSL160º39.13%31.57%-
HSV(B)160º56.25%43.92%-
XYZ8.951311.93-
YUV90.77128.1398.21-

RGB Variations

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

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 (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49112910.5600.190.5616039.1331.57
Hex31705B3801338a02720
Octal6116013370023702404740
Binary1100011110000101101111100001001111100010100000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>