Html Css Color HEX #317866 Genoa

📋 copy color: '#317866'

red 49 ◦ green 120 ◦ blue 102

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

Shades of Genoa #317866

Tints of Genoa #317866

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.28%

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

R = 18.08%
G = 44.28%
B = 37.64%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#317866 (or 0x317866) is known color: Genoa. HEX triplet: 31, 78 and 66. RGB value is (49,120,102). Sum of RGB (Red+Green+Blue) = 49+120+102=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 120 - color contains mainly: green. Hex color #317866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317866 is #CE8799. Grayscale: #606060. Windows color (decimal): -13535130 or 6715441. OLE color: 6715441.

HSL color Cylindrical-coordinate representation of color #317866: hue angle of 164.79º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #317866 is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 120 102 -
CMYK 0.59 0 0.15 0.53
HSL 164.79º 0.42% 0.33% -
HSV(B) 164.79º 0.59% 0.47% -
XYZ 10.38 15.05 14.93 -
YUV 96.72 130.98 93.96 -
System Red Green Blue C M Y K H S L
Decimal 49 120 102 0.59 0 0.15 0.53 164.79 0.42 0.33
Hex 31 78 66 3B 0 F 35 A5 2A 21
Octal 61 170 146 73 0 17 65 245 52 41
Binary 110001 1111000 1100110 111011 0 1111 110101 10100101 101010 100001

Color Harmonies of #317866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317866

Black with #317866

Text Example


Text Example

White with #317866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317866; }

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

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

background-color css

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

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

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

border-color css

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

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

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