Html Css Color HEX #316666 Genoa

📋 copy color: '#316666'

red 49 ◦ green 102 ◦ blue 102

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

Shades of Genoa #316666

Tints of Genoa #316666

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.32%

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

R = 19.37%
G = 40.32%
B = 40.32%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#316666 (or 0x316666) is known color: Genoa. HEX triplet: 31, 66 and 66. RGB value is (49,102,102). Sum of RGB (Red+Green+Blue) = 49+102+102=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 102 - color contains mainly: green, blue. Hex color #316666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316666 is #CE9999. Grayscale: #565656. Windows color (decimal): -13539738 or 6710833. OLE color: 6710833.

HSL color Cylindrical-coordinate representation of color #316666: hue angle of 180º degrees, saturation: 0.35, 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 #316666 is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 49 102 102 -
CMYK 0.52 0 0 0.6
HSL 180º 0.35% 0.3% -
HSV(B) 180º 0.52% 0.4% -
XYZ 8.42 11.12 14.27 -
YUV 86.15 136.94 101.5 -
System Red Green Blue C M Y K H S L
Decimal 49 102 102 0.52 0 0 0.6 180 0.35 0.3
Hex 31 66 66 34 0 0 3C B4 23 1E
Octal 61 146 146 64 0 0 74 264 43 36
Binary 110001 1100110 1100110 110100 0 0 111100 10110100 100011 11110

Color Harmonies of #316666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316666

Black with #316666

Text Example


Text Example

White with #316666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316666; }

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

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

background-color css

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

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

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

border-color css

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

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

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