Html Css Color HEX #317865 Genoa

📋 copy color: '#317865'

red 49 ◦ green 120 ◦ blue 101

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

Shades of Genoa #317865

Tints of Genoa #317865

RGB

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

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

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

R = 18.15%
G = 44.44%
B = 37.41%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#317865 (or 0x317865) is known color: Genoa. HEX triplet: 31, 78 and 65. RGB value is (49,120,101). Sum of RGB (Red+Green+Blue) = 49+120+101=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 120 - color contains mainly: green. Hex color #317865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317865 is #CE879A. Grayscale: #606060. Windows color (decimal): -13535131 or 6649905. OLE color: 6649905.

HSL color Cylindrical-coordinate representation of color #317865: hue angle of 163.94º 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 #317865 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 120 101 -
CMYK 0.59 0 0.16 0.53
HSL 163.94º 0.42% 0.33% -
HSV(B) 163.94º 0.59% 0.47% -
XYZ 10.33 15.03 14.67 -
YUV 96.61 130.48 94.04 -
System Red Green Blue C M Y K H S L
Decimal 49 120 101 0.59 0 0.16 0.53 163.94 0.42 0.33
Hex 31 78 65 3B 0 10 35 A4 2A 21
Octal 61 170 145 73 0 20 65 244 52 41
Binary 110001 1111000 1100101 111011 0 10000 110101 10100100 101010 100001

Color Harmonies of #317865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317865

Black with #317865

Text Example


Text Example

White with #317865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317865; }

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

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

background-color css

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

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

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

border-color css

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

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

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