Html Css Color HEX #317364 Genoa

📋 copy color: '#317364'

red 49 ◦ green 115 ◦ blue 100

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

Shades of Genoa #317364

Tints of Genoa #317364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 37.88%

R = 18.56%
G = 43.56%
B = 37.88%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#317364 (or 0x317364) is known color: Genoa. HEX triplet: 31, 73 and 64. RGB value is (49,115,100). Sum of RGB (Red+Green+Blue) = 49+115+100=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 100 (39.45% from 255 or 37.88% from 264); Max value from RGB is 115 - color contains mainly: green. Hex color #317364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317364 is #CE8C9B. Grayscale: #5D5D5D. Windows color (decimal): -13536412 or 6583089. OLE color: 6583089.

HSL color Cylindrical-coordinate representation of color #317364: hue angle of 166.36º 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 #317364 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 115 100 -
CMYK 0.57 0 0.13 0.55
HSL 166.36º 0.4% 0.32% -
HSV(B) 166.36º 0.57% 0.45% -
XYZ 9.7 13.83 14.22 -
YUV 93.56 131.63 96.22 -
System Red Green Blue C M Y K H S L
Decimal 49 115 100 0.57 0 0.13 0.55 166.36 0.4 0.32
Hex 31 73 64 39 0 D 37 A6 28 20
Octal 61 163 144 71 0 15 67 246 50 40
Binary 110001 1110011 1100100 111001 0 1101 110111 10100110 101000 100000

Color Harmonies of #317364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317364

Black with #317364

Text Example


Text Example

White with #317364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317364; }

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

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

background-color css

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

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

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

border-color css

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

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

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