Html Css Color HEX #31594E Spectra

📋 copy color: '#31594E'

red 49 ◦ green 89 ◦ blue 78

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

Shades of Spectra #31594E

Tints of Spectra #31594E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 36.11%

R = 22.69%
G = 41.2%
B = 36.11%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#31594E (or 0x31594E) is known color: Spectra. HEX triplet: 31, 59 and 4E. RGB value is (49,89,78). Sum of RGB (Red+Green+Blue) = 49+89+78=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 89 - color contains mainly: green. Hex color #31594E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31594E is #CEA6B1. Grayscale: #4B4B4B. Windows color (decimal): -13543090 or 5134641. OLE color: 5134641.

HSL color Cylindrical-coordinate representation of color #31594E: hue angle of 163.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 #31594E is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 89 78 -
CMYK 0.45 0 0.12 0.65
HSL 163.5º 0.29% 0.27% -
HSV(B) 163.5º 0.45% 0.35% -
XYZ 6.21 8.35 8.49 -
YUV 75.79 129.25 108.89 -
System Red Green Blue C M Y K H S L
Decimal 49 89 78 0.45 0 0.12 0.65 163.5 0.29 0.27
Hex 31 59 4E 2D 0 C 41 A4 1D 1B
Octal 61 131 116 55 0 14 101 244 35 33
Binary 110001 1011001 1001110 101101 0 1100 1000001 10100100 11101 11011

Color Harmonies of #31594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31594E

Black with #31594E

Text Example


Text Example

White with #31594E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31594E; }

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

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

background-color css

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

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

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

border-color css

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

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

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