Html Css Color HEX #31594C Spectra

📋 copy color: '#31594C'

red 49 ◦ green 89 ◦ blue 76

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

Shades of Spectra #31594C

Tints of Spectra #31594C

RGB

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

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

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

R = 22.9%
G = 41.59%
B = 35.51%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#31594C (or 0x31594C) is known color: Spectra. HEX triplet: 31, 59 and 4C. RGB value is (49,89,76). Sum of RGB (Red+Green+Blue) = 49+89+76=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 89 - color contains mainly: green. Hex color #31594C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31594C is #CEA6B3. Grayscale: #4B4B4B. Windows color (decimal): -13543092 or 5003569. OLE color: 5003569.

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

Color convert

RGB 49 89 76 -
CMYK 0.45 0 0.15 0.65
HSL 160.5º 0.29% 0.27% -
HSV(B) 160.5º 0.45% 0.35% -
XYZ 6.14 8.32 8.12 -
YUV 75.56 128.25 109.06 -
System Red Green Blue C M Y K H S L
Decimal 49 89 76 0.45 0 0.15 0.65 160.5 0.29 0.27
Hex 31 59 4C 2D 0 F 41 A0 1D 1B
Octal 61 131 114 55 0 17 101 240 35 33
Binary 110001 1011001 1001100 101101 0 1111 1000001 10100000 11101 11011

Color Harmonies of #31594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31594C

Black with #31594C

Text Example


Text Example

White with #31594C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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