#31664E

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

Shades of Spectra #31664E

Tints of Spectra #31664E

Color information

#31664E (or 0x31664E) is unknown color: approx Spectra. HEX triplet: 31, 66 and 4E. RGB value is (49,102,78). Sum of RGB (Red+Green+Blue) = 49+102+78=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 102 (40.23% from 255 or 44.54% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 102 - color contains mainly: green. Hex color #31664E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31664E is #CE99B1. Grayscale: #535353. Windows color (decimal): -13539762 or 5137969. OLE color: 5137969.

HSL color Cylindrical-coordinate representation of color #31664E: hue angle of 152.83º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #31664E is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB4910278-
CMYK0.5200.240.6
HSL152.83º35.1%29.61%-
HSV(B)152.83º51.96%40%-
XYZ7.3910.718.88-
YUV83.42124.94103.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.40%
GREEN value IS 102 (40.23% from 255) = 44.54%
BLUE value IS 78 (30.86% from 255) = 34.06%
R=21.40%
G=44.54%
B=34.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal49102780.5200.240.6152.8335.129.61
Hex31664E340183C99231e
Octal6114611664030742314336
Binary110001110011010011101101000110001111001001100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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