#31807B

Color #31807B Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #31807B

Tints of Elm #31807B

Color information

#31807B (or 0x31807B) is unknown color: approx Elm. HEX triplet: 31, 80 and 7B. RGB value is (49,128,123). Sum of RGB (Red+Green+Blue) = 49+128+123=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 128 - color contains mainly: green. Hex color #31807B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31807B is #CE7F84. Grayscale: #676767. Windows color (decimal): -13533061 or 8093745. OLE color: 8093745.

HSL color Cylindrical-coordinate representation of color #31807B: hue angle of 176.2º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #31807B is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB49128123-
CMYK0.6200.040.50
HSL176.2º44.63%34.71%-
HSV(B)176.2º61.72%50.2%-
XYZ12.5617.5221.46-
YUV103.81138.8388.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.33%
GREEN value IS 128 (50.39% from 255) = 42.67%
BLUE value IS 123 (48.44% from 255) = 41%
R=16.33%
G=42.67%
B=41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal491281230.6200.040.50176.244.6334.71
Hex31807B3E0432b02d23
Octal612001737604622605543
Binary110001100000001111011111110010011001010110000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31807B; }

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

 H1.HeaderClassName
 {
   color: #31807B;
 }
 .AnyTagClassName
 {
   color: #31807B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #31807B;
 }
 .BgClassName
 {
   background-color: #31807B;
 }
</style>
border-color css

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

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

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