Html Css Color HEX #316F67 Genoa

📋 copy color: '#316F67'

red 49 ◦ green 111 ◦ blue 103

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

Shades of Genoa #316F67

Tints of Genoa #316F67

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.21%

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

R = 18.63%
G = 42.21%
B = 39.16%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#316F67 (or 0x316F67) is known color: Genoa. HEX triplet: 31, 6F and 67. RGB value is (49,111,103). Sum of RGB (Red+Green+Blue) = 49+111+103=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 103 (40.62% from 255 or 39.16% from 263); Max value from RGB is 111 - color contains mainly: green. Hex color #316F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316F67 is #CE9098. Grayscale: #5B5B5B. Windows color (decimal): -13537433 or 6778673. OLE color: 6778673.

HSL color Cylindrical-coordinate representation of color #316F67: hue angle of 172.26º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #316F67 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 111 103 -
CMYK 0.56 0 0.07 0.56
HSL 172.26º 0.39% 0.31% -
HSV(B) 172.26º 0.56% 0.44% -
XYZ 9.4 13 14.85 -
YUV 91.55 134.46 97.65 -
System Red Green Blue C M Y K H S L
Decimal 49 111 103 0.56 0 0.07 0.56 172.26 0.39 0.31
Hex 31 6F 67 38 0 7 38 AC 27 1F
Octal 61 157 147 70 0 7 70 254 47 37
Binary 110001 1101111 1100111 111000 0 111 111000 10101100 100111 11111

Color Harmonies of #316F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316F67

Black with #316F67

Text Example


Text Example

White with #316F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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