Html Css Color HEX #316860 Eden

📋 copy color: '#316860'

red 49 ◦ green 104 ◦ blue 96

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

Shades of Eden #316860

Tints of Eden #316860

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.77%

 BLUE value IS 96 (37.89% from 255) = 38.55%

R = 19.68%
G = 41.77%
B = 38.55%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#316860 (or 0x316860) is known color: Eden. HEX triplet: 31, 68 and 60. RGB value is (49,104,96). Sum of RGB (Red+Green+Blue) = 49+104+96=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 104 - color contains mainly: green. Hex color #316860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316860 is #CE979F. Grayscale: #565656. Windows color (decimal): -13539232 or 6318129. OLE color: 6318129.

HSL color Cylindrical-coordinate representation of color #316860: hue angle of 171.27º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #316860 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 104 96 -
CMYK 0.53 0 0.08 0.59
HSL 171.27º 0.36% 0.3% -
HSV(B) 171.27º 0.53% 0.41% -
XYZ 8.33 11.4 12.83 -
YUV 86.64 133.28 101.15 -
System Red Green Blue C M Y K H S L
Decimal 49 104 96 0.53 0 0.08 0.59 171.27 0.36 0.3
Hex 31 68 60 35 0 8 3B AB 24 1E
Octal 61 150 140 65 0 10 73 253 44 36
Binary 110001 1101000 1100000 110101 0 1000 111011 10101011 100100 11110

Color Harmonies of #316860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316860

Black with #316860

Text Example


Text Example

White with #316860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316860; }

 p { color: rgb(49,104,96); }

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

background-color css

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

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

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

border-color css

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

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

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