Html Css Color HEX #316967 Genoa

📋 copy color: '#316967'

red 49 ◦ green 105 ◦ blue 103

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

Shades of Genoa #316967

Tints of Genoa #316967

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.86%

 BLUE value IS 103 (40.63% from 255) = 40.08%

R = 19.07%
G = 40.86%
B = 40.08%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#316967 (or 0x316967) is known color: Genoa. HEX triplet: 31, 69 and 67. RGB value is (49,105,103). Sum of RGB (Red+Green+Blue) = 49+105+103=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 103 (40.62% from 255 or 40.08% from 257); Max value from RGB is 105 - color contains mainly: green. Hex color #316967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316967 is #CE9698. Grayscale: #575757. Windows color (decimal): -13538969 or 6777137. OLE color: 6777137.

HSL color Cylindrical-coordinate representation of color #316967: hue angle of 177.86º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #316967 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 105 103 -
CMYK 0.53 0 0.02 0.59
HSL 177.86º 0.36% 0.3% -
HSV(B) 177.86º 0.53% 0.41% -
XYZ 8.77 11.74 14.64 -
YUV 88.03 136.45 100.16 -
System Red Green Blue C M Y K H S L
Decimal 49 105 103 0.53 0 0.02 0.59 177.86 0.36 0.3
Hex 31 69 67 35 0 2 3B B2 24 1E
Octal 61 151 147 65 0 2 73 262 44 36
Binary 110001 1101001 1100111 110101 0 10 111011 10110010 100100 11110

Color Harmonies of #316967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316967

Black with #316967

Text Example


Text Example

White with #316967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316967; }

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

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

background-color css

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

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

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

border-color css

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

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

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