Html Css Color HEX #317368 Genoa

📋 copy color: '#317368'

red 49 ◦ green 115 ◦ blue 104

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

Shades of Genoa #317368

Tints of Genoa #317368

RGB

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

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

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

R = 18.28%
G = 42.91%
B = 38.81%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#317368 (or 0x317368) is known color: Genoa. HEX triplet: 31, 73 and 68. RGB value is (49,115,104). Sum of RGB (Red+Green+Blue) = 49+115+104=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 115 - color contains mainly: green. Hex color #317368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317368 is #CE8C97. Grayscale: #5D5D5D. Windows color (decimal): -13536408 or 6845233. OLE color: 6845233.

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

Color convert

RGB 49 115 104 -
CMYK 0.57 0 0.10 0.55
HSL 170º 0.4% 0.32% -
HSV(B) 170º 0.57% 0.45% -
XYZ 9.9 13.91 15.26 -
YUV 94.01 133.63 95.89 -
System Red Green Blue C M Y K H S L
Decimal 49 115 104 0.57 0 0.10 0.55 170 0.4 0.32
Hex 31 73 68 39 0 A 37 AA 28 20
Octal 61 163 150 71 0 12 67 252 50 40
Binary 110001 1110011 1101000 111001 0 1010 110111 10101010 101000 100000

Color Harmonies of #317368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317368

Black with #317368

Text Example


Text Example

White with #317368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317368; }

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

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

background-color css

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

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

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

border-color css

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

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

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