Html Css Color HEX #31867C Elm

📋 copy color: '#31867C'

red 49 ◦ green 134 ◦ blue 124

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

Shades of Elm #31867C

Tints of Elm #31867C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.65%

 BLUE value IS 124 (48.83% from 255) = 40.39%

R = 15.96%
G = 43.65%
B = 40.39%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#31867C (or 0x31867C) is known color: Elm. HEX triplet: 31, 86 and 7C. RGB value is (49,134,124). Sum of RGB (Red+Green+Blue) = 49+134+124=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 134 - color contains mainly: green. Hex color #31867C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31867C is #CE7983. Grayscale: #6B6B6B. Windows color (decimal): -13531524 or 8160817. OLE color: 8160817.

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

Color convert

RGB 49 134 124 -
CMYK 0.63 0 0.07 0.47
HSL 172.94º 0.46% 0.36% -
HSV(B) 172.94º 0.63% 0.53% -
XYZ 13.43 19.16 22.06 -
YUV 107.45 137.34 86.31 -
System Red Green Blue C M Y K H S L
Decimal 49 134 124 0.63 0 0.07 0.47 172.94 0.46 0.36
Hex 31 86 7C 3F 0 7 2F AD 2E 24
Octal 61 206 174 77 0 7 57 255 56 44
Binary 110001 10000110 1111100 111111 0 111 101111 10101101 101110 100100

Color Harmonies of #31867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31867C

Black with #31867C

Text Example


Text Example

White with #31867C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31867C; }

 p { color: rgb(49,134,124); }

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

background-color css

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

 a { background-color: rgb(49,134,124); }

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

border-color css

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

 span { border-color: rgb(49,134,124); }

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