#316754

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

Shades of Spectra #316754

Tints of Spectra #316754

Color information

#316754 (or 0x316754) is unknown color: approx Spectra. HEX triplet: 31, 67 and 54. RGB value is (49,103,84). Sum of RGB (Red+Green+Blue) = 49+103+84=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 103 (40.62% from 255 or 43.64% from 236); Blue value is 84 (33.20% from 255 or 35.59% from 236); Max value from RGB is 103 - color contains mainly: green. Hex color #316754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316754 is #CE98AB. Grayscale: #545454. Windows color (decimal): -13539500 or 5531441. OLE color: 5531441.

HSL color Cylindrical-coordinate representation of color #316754: hue angle of 158.89º degrees, saturation: 0.36, 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 #316754 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.60.

Color convert

RGB4910384-
CMYK0.5200.180.60
HSL158.89º35.53%29.8%-
HSV(B)158.89º52.43%40.39%-
XYZ7.7210.9910.1-
YUV84.69127.61102.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.76%
GREEN value IS 103 (40.62% from 255) = 43.64%
BLUE value IS 84 (33.20% from 255) = 35.59%
R=20.76%
G=43.64%
B=35.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49103840.5200.180.60158.8935.5329.8
Hex316754340123C9f241e
Octal6114712464022742374436
Binary110001110011110101001101000100101111001001111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316754; }

 p { color: rgb(49,103,84); }

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

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

 a { background-color: rgb(49,103,84); }

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

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

 span { border-color: rgb(49,103,84); }

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