Html Css Color HEX #31564C Spectra

📋 copy color: '#31564C'

red 49 ◦ green 86 ◦ blue 76

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

Shades of Spectra #31564C

Tints of Spectra #31564C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 36.02%

R = 23.22%
G = 40.76%
B = 36.02%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.12

 K value IS 0.66

RGB Variations

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

Color information

#31564C (or 0x31564C) is known color: Spectra. HEX triplet: 31, 56 and 4C. RGB value is (49,86,76). Sum of RGB (Red+Green+Blue) = 49+86+76=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 86 - color contains mainly: green. Hex color #31564C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31564C is #CEA9B3. Grayscale: #494949. Windows color (decimal): -13543860 or 5002801. OLE color: 5002801.

HSL color Cylindrical-coordinate representation of color #31564C: hue angle of 163.78º 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 #31564C is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 86 76 -
CMYK 0.43 0 0.12 0.66
HSL 163.78º 0.27% 0.26% -
HSV(B) 163.78º 0.43% 0.34% -
XYZ 5.9 7.83 8.04 -
YUV 73.8 129.24 110.31 -
System Red Green Blue C M Y K H S L
Decimal 49 86 76 0.43 0 0.12 0.66 163.78 0.27 0.26
Hex 31 56 4C 2B 0 C 42 A4 1B 1A
Octal 61 126 114 53 0 14 102 244 33 32
Binary 110001 1010110 1001100 101011 0 1100 1000010 10100100 11011 11010

Color Harmonies of #31564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31564C

Black with #31564C

Text Example


Text Example

White with #31564C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31564C; }

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

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

background-color css

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

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

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

border-color css

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

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

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