Html Css Color HEX #316050 Spectra

📋 copy color: '#316050'

red 49 ◦ green 96 ◦ blue 80

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

Shades of Spectra #316050

Tints of Spectra #316050

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.67%

 BLUE value IS 80 (31.64% from 255) = 35.56%

R = 21.78%
G = 42.67%
B = 35.56%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#316050 (or 0x316050) is known color: Spectra. HEX triplet: 31, 60 and 50. RGB value is (49,96,80). Sum of RGB (Red+Green+Blue) = 49+96+80=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 96 - color contains mainly: green. Hex color #316050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316050 is #CE9FAF. Grayscale: #505050. Windows color (decimal): -13541296 or 5267505. OLE color: 5267505.

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

Color convert

RGB 49 96 80 -
CMYK 0.49 0 0.17 0.62
HSL 159.57º 0.32% 0.28% -
HSV(B) 159.57º 0.49% 0.38% -
XYZ 6.9 9.6 9.08 -
YUV 80.12 127.93 105.8 -
System Red Green Blue C M Y K H S L
Decimal 49 96 80 0.49 0 0.17 0.62 159.57 0.32 0.28
Hex 31 60 50 31 0 11 3E A0 20 1C
Octal 61 140 120 61 0 21 76 240 40 34
Binary 110001 1100000 1010000 110001 0 10001 111110 10100000 100000 11100

Color Harmonies of #316050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316050

Black with #316050

Text Example


Text Example

White with #316050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316050; }

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

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

background-color css

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

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

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

border-color css

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

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

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