Html Css Color HEX #31736E Genoa

📋 copy color: '#31736E'

red 49 ◦ green 115 ◦ blue 110

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

Shades of Genoa #31736E

Tints of Genoa #31736E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.97%

 BLUE value IS 110 (43.36% from 255) = 40.15%

R = 17.88%
G = 41.97%
B = 40.15%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#31736E (or 0x31736E) is known color: Genoa. HEX triplet: 31, 73 and 6E. RGB value is (49,115,110). Sum of RGB (Red+Green+Blue) = 49+115+110=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 115 - color contains mainly: green. Hex color #31736E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31736E is #CE8C91. Grayscale: #5E5E5E. Windows color (decimal): -13536402 or 7238449. OLE color: 7238449.

HSL color Cylindrical-coordinate representation of color #31736E: hue angle of 175.45º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #31736E is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 115 110 -
CMYK 0.57 0 0.04 0.55
HSL 175.45º 0.4% 0.32% -
HSV(B) 175.45º 0.57% 0.45% -
XYZ 10.21 14.04 16.92 -
YUV 94.7 136.63 95.41 -
System Red Green Blue C M Y K H S L
Decimal 49 115 110 0.57 0 0.04 0.55 175.45 0.4 0.32
Hex 31 73 6E 39 0 4 37 AF 28 20
Octal 61 163 156 71 0 4 67 257 50 40
Binary 110001 1110011 1101110 111001 0 100 110111 10101111 101000 100000

Color Harmonies of #31736E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31736E

Black with #31736E

Text Example


Text Example

White with #31736E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,115,110); }

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

background-color css

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

 a { background-color: rgb(49,115,110); }

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

border-color css

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

 span { border-color: rgb(49,115,110); }

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