#31847B

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

Shades of Elm #31847B

Tints of Elm #31847B

Color information

#31847B (or 0x31847B) is unknown color: approx Elm. HEX triplet: 31, 84 and 7B. RGB value is (49,132,123). Sum of RGB (Red+Green+Blue) = 49+132+123=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 132 - color contains mainly: green. Hex color #31847B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31847B is #CE7B84. Grayscale: #6A6A6A. Windows color (decimal): -13532037 or 8094769. OLE color: 8094769.

HSL color Cylindrical-coordinate representation of color #31847B: hue angle of 173.49º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31847B is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB49132123-
CMYK0.6300.070.48
HSL173.49º45.86%35.49%-
HSV(B)173.49º62.88%51.76%-
XYZ13.0918.5921.64-
YUV106.16137.587.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.12%
GREEN value IS 132 (51.95% from 255) = 43.42%
BLUE value IS 123 (48.44% from 255) = 40.46%
R=16.12%
G=43.42%
B=40.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal491321230.6300.070.48173.4945.8635.49
Hex31847B3F0730ad2e23
Octal612041737707602555643
Binary110001100001001111011111111011111000010101101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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