#31644E

Color #31644E Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #31644E

Tints of Spectra #31644E

Color information

#31644E (or 0x31644E) is unknown color: approx Spectra. HEX triplet: 31, 64 and 4E. RGB value is (49,100,78). Sum of RGB (Red+Green+Blue) = 49+100+78=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 100 - color contains mainly: green. Hex color #31644E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31644E is #CE9BB1. Grayscale: #525252. Windows color (decimal): -13540274 or 5137457. OLE color: 5137457.

HSL color Cylindrical-coordinate representation of color #31644E: hue angle of 154.12º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #31644E is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB4910078-
CMYK0.5100.220.61
HSL154.12º34.23%29.22%-
HSV(B)154.12º51%39.22%-
XYZ7.210.328.82-
YUV82.24125.6104.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.59%
GREEN value IS 100 (39.45% from 255) = 44.05%
BLUE value IS 78 (30.86% from 255) = 34.36%
R=21.59%
G=44.05%
B=34.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal49100780.5100.220.61154.1234.2329.22
Hex31644E330163D9a221d
Octal6114411663026752324235
Binary110001110010010011101100110101101111011001101010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31644E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,100,78); }

 H1.HeaderClassName
 {
   color: #31644E;
 }
 .AnyTagClassName
 {
   color: #31644E;
 }
</style>
background-color css

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

 a { background-color: rgb(49,100,78); }

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

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

 span { border-color: rgb(49,100,78); }

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