Html Css Color HEX #316355 Eden

📋 copy color: '#316355'

red 49 ◦ green 99 ◦ blue 85

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

Shades of Eden #316355

Tints of Eden #316355

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.49%

 BLUE value IS 85 (33.59% from 255) = 36.48%

R = 21.03%
G = 42.49%
B = 36.48%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#316355 (or 0x316355) is known color: Eden. HEX triplet: 31, 63 and 55. RGB value is (49,99,85). Sum of RGB (Red+Green+Blue) = 49+99+85=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 99 - color contains mainly: green. Hex color #316355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316355 is #CE9CAA. Grayscale: #525252. Windows color (decimal): -13540523 or 5595953. OLE color: 5595953.

HSL color Cylindrical-coordinate representation of color #316355: hue angle of 163.2º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316355 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB 49 99 85 -
CMYK 0.51 0 0.14 0.61
HSL 163.2º 0.34% 0.29% -
HSV(B) 163.2º 0.51% 0.39% -
XYZ 7.37 10.23 10.18 -
YUV 82.45 129.44 104.14 -
System Red Green Blue C M Y K H S L
Decimal 49 99 85 0.51 0 0.14 0.61 163.2 0.34 0.29
Hex 31 63 55 33 0 E 3D A3 22 1D
Octal 61 143 125 63 0 16 75 243 42 35
Binary 110001 1100011 1010101 110011 0 1110 111101 10100011 100010 11101

Color Harmonies of #316355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316355

Black with #316355

Text Example


Text Example

White with #316355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316355; }

 p { color: rgb(49,99,85); }

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

background-color css

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

 a { background-color: rgb(49,99,85); }

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

border-color css

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

 span { border-color: rgb(49,99,85); }

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