#316852

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

Shades of Spectra #316852

Tints of Spectra #316852

Color information

#316852 (or 0x316852) is unknown color: approx Spectra. HEX triplet: 31, 68 and 52. RGB value is (49,104,82). Sum of RGB (Red+Green+Blue) = 49+104+82=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 104 - color contains mainly: green. Hex color #316852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316852 is #CE97AD. Grayscale: #555555. Windows color (decimal): -13539246 or 5400625. OLE color: 5400625.

HSL color Cylindrical-coordinate representation of color #316852: hue angle of 156º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #316852 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB4910482-
CMYK0.5300.210.59
HSL156º35.95%30%-
HSV(B)156º52.88%40.78%-
XYZ7.7411.169.73-
YUV85.05126.28102.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.85%
GREEN value IS 104 (41.02% from 255) = 44.26%
BLUE value IS 82 (32.42% from 255) = 34.89%
R=20.85%
G=44.26%
B=34.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49104820.5300.210.5915635.9530
Hex316852350153B9c241e
Octal6115012265025732344436
Binary110001110100010100101101010101011110111001110010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316852; }

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

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

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

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

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

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

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

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