Html Css Color HEX #316855 Spectra

📋 copy color: '#316855'

red 49 ◦ green 104 ◦ blue 85

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

Shades of Spectra #316855

Tints of Spectra #316855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 35.71%

R = 20.59%
G = 43.7%
B = 35.71%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#316855 (or 0x316855) is known color: Spectra. HEX triplet: 31, 68 and 55. RGB value is (49,104,85). Sum of RGB (Red+Green+Blue) = 49+104+85=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 104 - color contains mainly: green. Hex color #316855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316855 is #CE97AA. Grayscale: #555555. Windows color (decimal): -13539243 or 5597233. OLE color: 5597233.

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

Color convert

RGB 49 104 85 -
CMYK 0.53 0 0.18 0.59
HSL 159.27º 0.36% 0.3% -
HSV(B) 159.27º 0.53% 0.41% -
XYZ 7.86 11.21 10.34 -
YUV 85.39 127.78 102.04 -
System Red Green Blue C M Y K H S L
Decimal 49 104 85 0.53 0 0.18 0.59 159.27 0.36 0.3
Hex 31 68 55 35 0 12 3B 9F 24 1E
Octal 61 150 125 65 0 22 73 237 44 36
Binary 110001 1101000 1010101 110101 0 10010 111011 10011111 100100 11110

Color Harmonies of #316855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316855

Black with #316855

Text Example


Text Example

White with #316855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316855; }

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

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

background-color css

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

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

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

border-color css

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

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

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