#31837E

Color #31837E Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #31837E

Tints of Atoll #31837E

Color information

#31837E (or 0x31837E) is unknown color: approx Atoll. HEX triplet: 31, 83 and 7E. RGB value is (49,131,126). Sum of RGB (Red+Green+Blue) = 49+131+126=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 126 (49.61% from 255 or 41.18% from 306); Max value from RGB is 131 - color contains mainly: green. Hex color #31837E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31837E is #CE7C81. Grayscale: #696969. Windows color (decimal): -13532290 or 8291121. OLE color: 8291121.

HSL color Cylindrical-coordinate representation of color #31837E: hue angle of 176.34º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31837E is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB49131126-
CMYK0.6300.040.49
HSL176.34º45.56%35.29%-
HSV(B)176.34º62.6%51.37%-
XYZ13.1518.3922.6-
YUV105.91139.3387.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.01%
GREEN value IS 131 (51.56% from 255) = 42.81%
BLUE value IS 126 (49.61% from 255) = 41.18%
R=16.01%
G=42.81%
B=41.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491311260.6300.040.49176.3445.5635.29
Hex31837E3F0431b02e23
Octal612031767704612605643
Binary110001100000111111110111111010011000110110000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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