Html Css Color HEX #31564B Spectra

📋 copy color: '#31564B'

red 49 ◦ green 86 ◦ blue 75

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

Shades of Spectra #31564B

Tints of Spectra #31564B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.71%

R = 23.33%
G = 40.95%
B = 35.71%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#31564B (or 0x31564B) is known color: Spectra. HEX triplet: 31, 56 and 4B. RGB value is (49,86,75). Sum of RGB (Red+Green+Blue) = 49+86+75=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 86 - color contains mainly: green. Hex color #31564B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31564B is #CEA9B4. Grayscale: #494949. Windows color (decimal): -13543861 or 4937265. OLE color: 4937265.

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

Color convert

RGB 49 86 75 -
CMYK 0.43 0 0.13 0.66
HSL 162.16º 0.27% 0.26% -
HSV(B) 162.16º 0.43% 0.34% -
XYZ 5.86 7.82 7.86 -
YUV 73.68 128.74 110.39 -
System Red Green Blue C M Y K H S L
Decimal 49 86 75 0.43 0 0.13 0.66 162.16 0.27 0.26
Hex 31 56 4B 2B 0 D 42 A2 1B 1A
Octal 61 126 113 53 0 15 102 242 33 32
Binary 110001 1010110 1001011 101011 0 1101 1000010 10100010 11011 11010

Color Harmonies of #31564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31564B

Black with #31564B

Text Example


Text Example

White with #31564B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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