Html Css Color HEX #316766 Genoa

📋 copy color: '#316766'

red 49 ◦ green 103 ◦ blue 102

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

Shades of Genoa #316766

Tints of Genoa #316766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 40.16%

R = 19.29%
G = 40.55%
B = 40.16%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.60

RGB Variations

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

Color information

#316766 (or 0x316766) is known color: Genoa. HEX triplet: 31, 67 and 66. RGB value is (49,103,102). Sum of RGB (Red+Green+Blue) = 49+103+102=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 103 - color contains mainly: green. Hex color #316766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316766 is #CE9899. Grayscale: #565656. Windows color (decimal): -13539482 or 6711089. OLE color: 6711089.

HSL color Cylindrical-coordinate representation of color #316766: hue angle of 178.89º 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 #316766 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 103 102 -
CMYK 0.52 0 0.01 0.60
HSL 178.89º 0.36% 0.3% -
HSV(B) 178.89º 0.52% 0.4% -
XYZ 8.52 11.31 14.31 -
YUV 86.74 136.61 101.08 -
System Red Green Blue C M Y K H S L
Decimal 49 103 102 0.52 0 0.01 0.60 178.89 0.36 0.3
Hex 31 67 66 34 0 1 3C B3 24 1E
Octal 61 147 146 64 0 1 74 263 44 36
Binary 110001 1100111 1100110 110100 0 1 111100 10110011 100100 11110

Color Harmonies of #316766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316766

Black with #316766

Text Example


Text Example

White with #316766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316766; }

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

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

background-color css

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

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

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

border-color css

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

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

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