Html Css Color HEX #31867E Elm

📋 copy color: '#31867E'

red 49 ◦ green 134 ◦ blue 126

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

Shades of Elm #31867E

Tints of Elm #31867E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.78%

R = 15.86%
G = 43.37%
B = 40.78%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#31867E (or 0x31867E) is known color: Elm. HEX triplet: 31, 86 and 7E. RGB value is (49,134,126). Sum of RGB (Red+Green+Blue) = 49+134+126=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 134 - color contains mainly: green. Hex color #31867E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31867E is #CE7981. Grayscale: #6B6B6B. Windows color (decimal): -13531522 or 8291889. OLE color: 8291889.

HSL color Cylindrical-coordinate representation of color #31867E: hue angle of 174.35º 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 #31867E is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 134 126 -
CMYK 0.63 0 0.06 0.47
HSL 174.35º 0.46% 0.36% -
HSV(B) 174.35º 0.63% 0.53% -
XYZ 13.56 19.21 22.73 -
YUV 107.67 138.34 86.15 -
System Red Green Blue C M Y K H S L
Decimal 49 134 126 0.63 0 0.06 0.47 174.35 0.46 0.36
Hex 31 86 7E 3F 0 6 2F AE 2E 24
Octal 61 206 176 77 0 6 57 256 56 44
Binary 110001 10000110 1111110 111111 0 110 101111 10101110 101110 100100

Color Harmonies of #31867E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31867E

Black with #31867E

Text Example


Text Example

White with #31867E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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