Html Css Color HEX #316765 Genoa

📋 copy color: '#316765'

red 49 ◦ green 103 ◦ blue 101

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

Shades of Genoa #316765

Tints of Genoa #316765

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.71%

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

R = 19.37%
G = 40.71%
B = 39.92%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.60

RGB Variations

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

Color information

#316765 (or 0x316765) is known color: Genoa. HEX triplet: 31, 67 and 65. RGB value is (49,103,101). Sum of RGB (Red+Green+Blue) = 49+103+101=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 103 (40.62% from 255 or 40.71% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 103 - color contains mainly: green. Hex color #316765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316765 is #CE989A. Grayscale: #565656. Windows color (decimal): -13539483 or 6645553. OLE color: 6645553.

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

Color convert

RGB 49 103 101 -
CMYK 0.52 0 0.02 0.60
HSL 177.78º 0.36% 0.3% -
HSV(B) 177.78º 0.52% 0.4% -
XYZ 8.47 11.29 14.05 -
YUV 86.63 136.11 101.16 -
System Red Green Blue C M Y K H S L
Decimal 49 103 101 0.52 0 0.02 0.60 177.78 0.36 0.3
Hex 31 67 65 34 0 2 3C B2 24 1E
Octal 61 147 145 64 0 2 74 262 44 36
Binary 110001 1100111 1100101 110100 0 10 111100 10110010 100100 11110

Color Harmonies of #316765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316765

Black with #316765

Text Example


Text Example

White with #316765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316765; }

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

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

background-color css

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

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

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

border-color css

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

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

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