Html Css Color HEX #316051 Spectra

📋 copy color: '#316051'

red 49 ◦ green 96 ◦ blue 81

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

Shades of Spectra #316051

Tints of Spectra #316051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 35.84%

R = 21.68%
G = 42.48%
B = 35.84%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#316051 (or 0x316051) is known color: Spectra. HEX triplet: 31, 60 and 51. RGB value is (49,96,81). Sum of RGB (Red+Green+Blue) = 49+96+81=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 96 - color contains mainly: green. Hex color #316051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316051 is #CE9FAE. Grayscale: #505050. Windows color (decimal): -13541295 or 5333041. OLE color: 5333041.

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

Color convert

RGB 49 96 81 -
CMYK 0.49 0 0.16 0.62
HSL 160.85º 0.32% 0.28% -
HSV(B) 160.85º 0.49% 0.38% -
XYZ 6.93 9.61 9.27 -
YUV 80.24 128.43 105.72 -
System Red Green Blue C M Y K H S L
Decimal 49 96 81 0.49 0 0.16 0.62 160.85 0.32 0.28
Hex 31 60 51 31 0 10 3E A1 20 1C
Octal 61 140 121 61 0 20 76 241 40 34
Binary 110001 1100000 1010001 110001 0 10000 111110 10100001 100000 11100

Color Harmonies of #316051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316051

Black with #316051

Text Example


Text Example

White with #316051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316051; }

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

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

background-color css

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

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

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

border-color css

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

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

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