Html Css Color HEX #318778 Elm

📋 copy color: '#318778'

red 49 ◦ green 135 ◦ blue 120

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

Shades of Elm #318778

Tints of Elm #318778

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.41%

 BLUE value IS 120 (47.27% from 255) = 39.47%

R = 16.12%
G = 44.41%
B = 39.47%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#318778 (or 0x318778) is known color: Elm. HEX triplet: 31, 87 and 78. RGB value is (49,135,120). Sum of RGB (Red+Green+Blue) = 49+135+120=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 135 - color contains mainly: green. Hex color #318778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318778 is #CE7887. Grayscale: #6B6B6B. Windows color (decimal): -13531272 or 7898929. OLE color: 7898929.

HSL color Cylindrical-coordinate representation of color #318778: hue angle of 169.53º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #318778 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 135 120 -
CMYK 0.64 0 0.11 0.47
HSL 169.53º 0.47% 0.36% -
HSV(B) 169.53º 0.64% 0.53% -
XYZ 13.32 19.34 20.8 -
YUV 107.58 135.01 86.22 -
System Red Green Blue C M Y K H S L
Decimal 49 135 120 0.64 0 0.11 0.47 169.53 0.47 0.36
Hex 31 87 78 40 0 B 2F AA 2F 24
Octal 61 207 170 100 0 13 57 252 57 44
Binary 110001 10000111 1111000 1000000 0 1011 101111 10101010 101111 100100

Color Harmonies of #318778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318778

Black with #318778

Text Example


Text Example

White with #318778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318778; }

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

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

background-color css

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

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

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

border-color css

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

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

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