Html Css Color HEX #317869 Genoa

📋 copy color: '#317869'

red 49 ◦ green 120 ◦ blue 105

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

Shades of Genoa #317869

Tints of Genoa #317869

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.8%

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

R = 17.88%
G = 43.8%
B = 38.32%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#317869 (or 0x317869) is known color: Genoa. HEX triplet: 31, 78 and 69. RGB value is (49,120,105). Sum of RGB (Red+Green+Blue) = 49+120+105=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 120 - color contains mainly: green. Hex color #317869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317869 is #CE8796. Grayscale: #616161. Windows color (decimal): -13535127 or 6912049. OLE color: 6912049.

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

Color convert

RGB 49 120 105 -
CMYK 0.59 0 0.13 0.53
HSL 167.32º 0.42% 0.33% -
HSV(B) 167.32º 0.59% 0.47% -
XYZ 10.53 15.11 15.73 -
YUV 97.06 132.48 93.72 -
System Red Green Blue C M Y K H S L
Decimal 49 120 105 0.59 0 0.13 0.53 167.32 0.42 0.33
Hex 31 78 69 3B 0 D 35 A7 2A 21
Octal 61 170 151 73 0 15 65 247 52 41
Binary 110001 1111000 1101001 111011 0 1101 110101 10100111 101010 100001

Color Harmonies of #317869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317869

Black with #317869

Text Example


Text Example

White with #317869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317869; }

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

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

background-color css

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

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

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

border-color css

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

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

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