Html Css Color HEX #317266 Genoa

📋 copy color: '#317266'

red 49 ◦ green 114 ◦ blue 102

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

Shades of Genoa #317266

Tints of Genoa #317266

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.02%

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

R = 18.49%
G = 43.02%
B = 38.49%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#317266 (or 0x317266) is known color: Genoa. HEX triplet: 31, 72 and 66. RGB value is (49,114,102). Sum of RGB (Red+Green+Blue) = 49+114+102=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 114 - color contains mainly: green. Hex color #317266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317266 is #CE8D99. Grayscale: #5D5D5D. Windows color (decimal): -13536666 or 6713905. OLE color: 6713905.

HSL color Cylindrical-coordinate representation of color #317266: hue angle of 168.92º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317266 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 114 102 -
CMYK 0.57 0 0.11 0.55
HSL 168.92º 0.4% 0.32% -
HSV(B) 168.92º 0.57% 0.45% -
XYZ 9.68 13.65 14.69 -
YUV 93.2 132.97 96.48 -
System Red Green Blue C M Y K H S L
Decimal 49 114 102 0.57 0 0.11 0.55 168.92 0.4 0.32
Hex 31 72 66 39 0 B 37 A9 28 20
Octal 61 162 146 71 0 13 67 251 50 40
Binary 110001 1110010 1100110 111001 0 1011 110111 10101001 101000 100000

Color Harmonies of #317266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317266

Black with #317266

Text Example


Text Example

White with #317266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317266; }

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

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

background-color css

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

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

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

border-color css

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

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

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