Html Css Color HEX #315950 Spectra

📋 copy color: '#315950'

red 49 ◦ green 89 ◦ blue 80

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

Shades of Spectra #315950

Tints of Spectra #315950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.83%

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

R = 22.48%
G = 40.83%
B = 36.7%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#315950 (or 0x315950) is known color: Spectra. HEX triplet: 31, 59 and 50. RGB value is (49,89,80). Sum of RGB (Red+Green+Blue) = 49+89+80=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #315950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315950 is #CEA6AF. Grayscale: #4C4C4C. Windows color (decimal): -13543088 or 5265713. OLE color: 5265713.

HSL color Cylindrical-coordinate representation of color #315950: hue angle of 166.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #315950 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 89 80 -
CMYK 0.45 0 0.10 0.65
HSL 166.5º 0.29% 0.27% -
HSV(B) 166.5º 0.45% 0.35% -
XYZ 6.29 8.38 8.87 -
YUV 76.01 130.25 108.73 -
System Red Green Blue C M Y K H S L
Decimal 49 89 80 0.45 0 0.10 0.65 166.5 0.29 0.27
Hex 31 59 50 2D 0 A 41 A6 1D 1B
Octal 61 131 120 55 0 12 101 246 35 33
Binary 110001 1011001 1010000 101101 0 1010 1000001 10100110 11101 11011

Color Harmonies of #315950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315950

Black with #315950

Text Example


Text Example

White with #315950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315950; }

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

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

background-color css

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

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

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

border-color css

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

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

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