Html Css Color HEX #31867F Elm

📋 copy color: '#31867F'

red 49 ◦ green 134 ◦ blue 127

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

Shades of Elm #31867F

Tints of Elm #31867F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.97%

R = 15.81%
G = 43.23%
B = 40.97%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#31867F (or 0x31867F) is known color: Elm. HEX triplet: 31, 86 and 7F. RGB value is (49,134,127). Sum of RGB (Red+Green+Blue) = 49+134+127=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 134 - color contains mainly: green. Hex color #31867F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31867F is #CE7980. Grayscale: #6B6B6B. Windows color (decimal): -13531521 or 8357425. OLE color: 8357425.

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

Color convert

RGB 49 134 127 -
CMYK 0.63 0 0.05 0.47
HSL 175.06º 0.46% 0.36% -
HSV(B) 175.06º 0.63% 0.53% -
XYZ 13.62 19.24 23.07 -
YUV 107.79 138.84 86.07 -
System Red Green Blue C M Y K H S L
Decimal 49 134 127 0.63 0 0.05 0.47 175.06 0.46 0.36
Hex 31 86 7F 3F 0 5 2F AF 2E 24
Octal 61 206 177 77 0 5 57 257 56 44
Binary 110001 10000110 1111111 111111 0 101 101111 10101111 101110 100100

Color Harmonies of #31867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31867F

Black with #31867F

Text Example


Text Example

White with #31867F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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