Html Css Color HEX #315649 Spectra

📋 copy color: '#315649'

red 49 ◦ green 86 ◦ blue 73

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

Shades of Spectra #315649

Tints of Spectra #315649

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.35%

 BLUE value IS 73 (28.91% from 255) = 35.1%

R = 23.56%
G = 41.35%
B = 35.1%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#315649 (or 0x315649) is known color: Spectra. HEX triplet: 31, 56 and 49. RGB value is (49,86,73). Sum of RGB (Red+Green+Blue) = 49+86+73=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 86 - color contains mainly: green. Hex color #315649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315649 is #CEA9B6. Grayscale: #494949. Windows color (decimal): -13543863 or 4806193. OLE color: 4806193.

HSL color Cylindrical-coordinate representation of color #315649: hue angle of 158.92º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #315649 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 86 73 -
CMYK 0.43 0 0.15 0.66
HSL 158.92º 0.27% 0.26% -
HSV(B) 158.92º 0.43% 0.34% -
XYZ 5.8 7.79 7.5 -
YUV 73.46 127.74 110.56 -
System Red Green Blue C M Y K H S L
Decimal 49 86 73 0.43 0 0.15 0.66 158.92 0.27 0.26
Hex 31 56 49 2B 0 F 42 9F 1B 1A
Octal 61 126 111 53 0 17 102 237 33 32
Binary 110001 1010110 1001001 101011 0 1111 1000010 10011111 11011 11010

Color Harmonies of #315649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315649

Black with #315649

Text Example


Text Example

White with #315649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315649; }

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

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

background-color css

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

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

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

border-color css

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

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

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