Html Css Color HEX #318980 Elm

📋 copy color: '#318980'

red 49 ◦ green 137 ◦ blue 128

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

Shades of Elm #318980

Tints of Elm #318980

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.63%

 BLUE value IS 128 (50.39% from 255) = 40.76%

R = 15.61%
G = 43.63%
B = 40.76%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#318980 (or 0x318980) is known color: Elm. HEX triplet: 31, 89 and 80. RGB value is (49,137,128). Sum of RGB (Red+Green+Blue) = 49+137+128=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 137 - color contains mainly: green. Hex color #318980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318980 is #CE767F. Grayscale: #6D6D6D. Windows color (decimal): -13530752 or 8423729. OLE color: 8423729.

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

Color convert

RGB 49 137 128 -
CMYK 0.64 0 0.07 0.46
HSL 173.86º 0.47% 0.36% -
HSV(B) 173.86º 0.64% 0.54% -
XYZ 14.11 20.1 23.56 -
YUV 109.66 138.35 84.73 -
System Red Green Blue C M Y K H S L
Decimal 49 137 128 0.64 0 0.07 0.46 173.86 0.47 0.36
Hex 31 89 80 40 0 7 2E AE 2F 24
Octal 61 211 200 100 0 7 56 256 57 44
Binary 110001 10001001 10000000 1000000 0 111 101110 10101110 101111 100100

Color Harmonies of #318980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318980

Black with #318980

Text Example


Text Example

White with #318980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318980; }

 p { color: rgb(49,137,128); }

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

background-color css

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

 a { background-color: rgb(49,137,128); }

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

border-color css

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

 span { border-color: rgb(49,137,128); }

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