Html Css Color HEX #316856 Spectra

📋 copy color: '#316856'

red 49 ◦ green 104 ◦ blue 86

#316856
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spectra #316856

Tints of Spectra #316856

RGB

 RED value IS 49 (19.53% from 255) = 20.5%

 GREEN value IS 104 (41.02% from 255) = 43.51%

 BLUE value IS 86 (33.98% from 255) = 35.98%

R = 20.5%
G = 43.51%
B = 35.98%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#316856 (or 0x316856) is known color: Spectra. HEX triplet: 31, 68 and 56. RGB value is (49,104,86). Sum of RGB (Red+Green+Blue) = 49+104+86=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 104 - color contains mainly: green. Hex color #316856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316856 is #CE97A9. Grayscale: #555555. Windows color (decimal): -13539242 or 5662769. OLE color: 5662769.

HSL color Cylindrical-coordinate representation of color #316856: hue angle of 160.36º 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 #316856 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 104 86 -
CMYK 0.53 0 0.17 0.59
HSL 160.36º 0.36% 0.3% -
HSV(B) 160.36º 0.53% 0.41% -
XYZ 7.9 11.23 10.55 -
YUV 85.5 128.28 101.96 -
System Red Green Blue C M Y K H S L
Decimal 49 104 86 0.53 0 0.17 0.59 160.36 0.36 0.3
Hex 31 68 56 35 0 11 3B A0 24 1E
Octal 61 150 126 65 0 21 73 240 44 36
Binary 110001 1101000 1010110 110101 0 10001 111011 10100000 100100 11110

Color Harmonies of #316856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316856

Black with #316856

Text Example


Text Example

White with #316856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316856; }

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

 H1.HeaderClassName
 {
   color: #316856;
 }
 .AnyTagClassName
 {
   color: #316856;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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