Html Css Color HEX #317367 Genoa

📋 copy color: '#317367'

red 49 ◦ green 115 ◦ blue 103

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

Shades of Genoa #317367

Tints of Genoa #317367

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.07%

 BLUE value IS 103 (40.63% from 255) = 38.58%

R = 18.35%
G = 43.07%
B = 38.58%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#317367 (or 0x317367) is known color: Genoa. HEX triplet: 31, 73 and 67. RGB value is (49,115,103). Sum of RGB (Red+Green+Blue) = 49+115+103=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 115 - color contains mainly: green. Hex color #317367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317367 is #CE8C98. Grayscale: #5D5D5D. Windows color (decimal): -13536409 or 6779697. OLE color: 6779697.

HSL color Cylindrical-coordinate representation of color #317367: hue angle of 169.09º 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 #317367 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 115 103 -
CMYK 0.57 0 0.10 0.55
HSL 169.09º 0.4% 0.32% -
HSV(B) 169.09º 0.57% 0.45% -
XYZ 9.85 13.89 14.99 -
YUV 93.9 133.13 95.98 -
System Red Green Blue C M Y K H S L
Decimal 49 115 103 0.57 0 0.10 0.55 169.09 0.4 0.32
Hex 31 73 67 39 0 A 37 A9 28 20
Octal 61 163 147 71 0 12 67 251 50 40
Binary 110001 1110011 1100111 111001 0 1010 110111 10101001 101000 100000

Color Harmonies of #317367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317367

Black with #317367

Text Example


Text Example

White with #317367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317367; }

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

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

background-color css

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

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

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

border-color css

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

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

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