Html Css Color HEX #317568 Genoa

📋 copy color: '#317568'

red 49 ◦ green 117 ◦ blue 104

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

Shades of Genoa #317568

Tints of Genoa #317568

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.33%

 BLUE value IS 104 (41.02% from 255) = 38.52%

R = 18.15%
G = 43.33%
B = 38.52%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#317568 (or 0x317568) is known color: Genoa. HEX triplet: 31, 75 and 68. RGB value is (49,117,104). Sum of RGB (Red+Green+Blue) = 49+117+104=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 117 - color contains mainly: green. Hex color #317568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317568 is #CE8A97. Grayscale: #5F5F5F. Windows color (decimal): -13535896 or 6845745. OLE color: 6845745.

HSL color Cylindrical-coordinate representation of color #317568: hue angle of 168.53º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317568 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 117 104 -
CMYK 0.58 0 0.11 0.54
HSL 168.53º 0.41% 0.33% -
HSV(B) 168.53º 0.58% 0.46% -
XYZ 10.13 14.38 15.34 -
YUV 95.19 132.97 95.06 -
System Red Green Blue C M Y K H S L
Decimal 49 117 104 0.58 0 0.11 0.54 168.53 0.41 0.33
Hex 31 75 68 3A 0 B 36 A9 29 21
Octal 61 165 150 72 0 13 66 251 51 41
Binary 110001 1110101 1101000 111010 0 1011 110110 10101001 101001 100001

Color Harmonies of #317568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317568

Black with #317568

Text Example


Text Example

White with #317568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317568; }

 p { color: rgb(49,117,104); }

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

background-color css

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

 a { background-color: rgb(49,117,104); }

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

border-color css

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

 span { border-color: rgb(49,117,104); }

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