Html Css Color HEX #316863 Genoa

📋 copy color: '#316863'

red 49 ◦ green 104 ◦ blue 99

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

Shades of Genoa #316863

Tints of Genoa #316863

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.27%

 BLUE value IS 99 (39.06% from 255) = 39.29%

R = 19.44%
G = 41.27%
B = 39.29%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#316863 (or 0x316863) is known color: Genoa. HEX triplet: 31, 68 and 63. RGB value is (49,104,99). Sum of RGB (Red+Green+Blue) = 49+104+99=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 104 - color contains mainly: green. Hex color #316863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316863 is #CE979C. Grayscale: #565656. Windows color (decimal): -13539229 or 6514737. OLE color: 6514737.

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

Color convert

RGB 49 104 99 -
CMYK 0.53 0 0.05 0.59
HSL 174.55º 0.36% 0.3% -
HSV(B) 174.55º 0.53% 0.41% -
XYZ 8.47 11.45 13.57 -
YUV 86.99 134.78 100.91 -
System Red Green Blue C M Y K H S L
Decimal 49 104 99 0.53 0 0.05 0.59 174.55 0.36 0.3
Hex 31 68 63 35 0 5 3B AF 24 1E
Octal 61 150 143 65 0 5 73 257 44 36
Binary 110001 1101000 1100011 110101 0 101 111011 10101111 100100 11110

Color Harmonies of #316863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316863

Black with #316863

Text Example


Text Example

White with #316863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316863; }

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

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

background-color css

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

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

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

border-color css

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

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

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