Html Css Color HEX #317769 Genoa

📋 copy color: '#317769'

red 49 ◦ green 119 ◦ blue 105

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

Shades of Genoa #317769

Tints of Genoa #317769

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.59%

 BLUE value IS 105 (41.41% from 255) = 38.46%

R = 17.95%
G = 43.59%
B = 38.46%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#317769 (or 0x317769) is known color: Genoa. HEX triplet: 31, 77 and 69. RGB value is (49,119,105). Sum of RGB (Red+Green+Blue) = 49+119+105=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 119 - color contains mainly: green. Hex color #317769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317769 is #CE8896. Grayscale: #606060. Windows color (decimal): -13535383 or 6911793. OLE color: 6911793.

HSL color Cylindrical-coordinate representation of color #317769: hue angle of 168º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #317769 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 119 105 -
CMYK 0.59 0 0.12 0.53
HSL 168º 0.42% 0.33% -
HSV(B) 168º 0.59% 0.47% -
XYZ 10.41 14.87 15.69 -
YUV 96.47 132.81 94.14 -
System Red Green Blue C M Y K H S L
Decimal 49 119 105 0.59 0 0.12 0.53 168 0.42 0.33
Hex 31 77 69 3B 0 C 35 A8 2A 21
Octal 61 167 151 73 0 14 65 250 52 41
Binary 110001 1110111 1101001 111011 0 1100 110101 10101000 101010 100001

Color Harmonies of #317769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317769

Black with #317769

Text Example


Text Example

White with #317769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317769; }

 p { color: rgb(49,119,105); }

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

background-color css

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

 a { background-color: rgb(49,119,105); }

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

border-color css

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

 span { border-color: rgb(49,119,105); }

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