Html Css Color HEX #316865 Genoa

📋 copy color: '#316865'

red 49 ◦ green 104 ◦ blue 101

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

Shades of Genoa #316865

Tints of Genoa #316865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.76%

R = 19.29%
G = 40.94%
B = 39.76%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#316865 (or 0x316865) is known color: Genoa. HEX triplet: 31, 68 and 65. RGB value is (49,104,101). Sum of RGB (Red+Green+Blue) = 49+104+101=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 104 - color contains mainly: green. Hex color #316865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316865 is #CE979A. Grayscale: #575757. Windows color (decimal): -13539227 or 6645809. OLE color: 6645809.

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

Color convert

RGB 49 104 101 -
CMYK 0.53 0 0.03 0.59
HSL 176.73º 0.36% 0.3% -
HSV(B) 176.73º 0.53% 0.41% -
XYZ 8.57 11.49 14.08 -
YUV 87.21 135.78 100.74 -
System Red Green Blue C M Y K H S L
Decimal 49 104 101 0.53 0 0.03 0.59 176.73 0.36 0.3
Hex 31 68 65 35 0 3 3B B1 24 1E
Octal 61 150 145 65 0 3 73 261 44 36
Binary 110001 1101000 1100101 110101 0 11 111011 10110001 100100 11110

Color Harmonies of #316865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316865

Black with #316865

Text Example


Text Example

White with #316865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316865; }

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

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

background-color css

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

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

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

border-color css

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

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

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