#316052

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

Shades of Spectra #316052

Tints of Spectra #316052

Color information

#316052 (or 0x316052) is unknown color: approx Spectra. HEX triplet: 31, 60 and 52. RGB value is (49,96,82). Sum of RGB (Red+Green+Blue) = 49+96+82=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 96 - color contains mainly: green. Hex color #316052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316052 is #CE9FAD. Grayscale: #505050. Windows color (decimal): -13541294 or 5398577. OLE color: 5398577.

HSL color Cylindrical-coordinate representation of color #316052: hue angle of 162.13º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #316052 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB499682-
CMYK0.4900.150.62
HSL162.13º32.41%28.43%-
HSV(B)162.13º48.96%37.65%-
XYZ6.979.639.47-
YUV80.35128.93105.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.59%
GREEN value IS 96 (37.89% from 255) = 42.29%
BLUE value IS 82 (32.42% from 255) = 36.12%
R=21.59%
G=42.29%
B=36.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4996820.4900.150.62162.1332.4128.43
Hex316052310F3Ea2201c
Octal6114012261017762424034
Binary11000111000001010010110001011111111101010001010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316052; }

 p { color: rgb(49,96,82); }

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

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

 a { background-color: rgb(49,96,82); }

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

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

 span { border-color: rgb(49,96,82); }

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